color codes Logo

#b1cbdb color codes

#B1CBDB
(177,203,219)
0 Favorites   0 Comments

Color spaces of #b1cbdb

RGB 177203219
HSL0.560.370.78
HSV203°19°86°
CMYK 0.190.070.00   0.14
XYZ52.273657.173575.2983
Yxy57.17350.28290.3095
Hunter Lab75.6132-8.9207-6.1139
CIE-Lab80.2771-5.3327-10.8686

#b1cbdb color RGB value is (177,203,219).

#b1cbdb hex color red value is 177, green value is 203 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b1cbdb hue: 0.56 , saturation: 0.37 and the lightness value of b1cbdb is 0.78.

The process color (four color CMYK) of #b1cbdb color code is 0.19, 0.07, 0.00, 0.14. Web safe color of #b1cbdb is #99cccc. Color #b1cbdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001011 11011011
Octal 261 313 333
Decimal 177 203 219
Hex B1 CB DB

RGB Percentages of Color #b1cbdb

%29.55
%33.89
%36.56

CMYK Percentages of Color #b1cbdb

%19
%7
%0
%14

Triadic Colors of #b1cbdb

#b1cbdb #dbb1cb #cbdbb1

Analogous Colors of #b1cbdb

#b1cbdb #b1b6db #b1dbd6

Monochromatic Colors of #b1cbdb

#b1cbdb

Complementary Color

#b1cbdb #dbc1b1

#b1cbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1cbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1cbdb Color CSS Codes

.mybgcolor {background-color:#b1cbdb; } 
.myforecolor {color:#b1cbdb; }
.mybordercolor {border:3px solid #b1cbdb; }

#b1cbdb Text Font Color

<p style="color:#b1cbdb">Text here</p>

This sample text font color is #b1cbdb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b1cbdb Background Color

<div style="background-color:#b1cbdb">
Div content here</div>

This div background color is #b1cbdb


#b1cbdb Border Color

<div style="border:3px solid #b1cbdb">
Div here</div>

This div border color is #b1cbdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,203,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1cbdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1cbdb;
  -webkit-box-shadow: 1px 1px 3px 2px #b1cbdb;
  box-shadow:         1px 1px 3px 2px #b1cbdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,203,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b1cbdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b1cbdb;
  -webkit-box-shadow: 1px 1px 3px 2px #b1cbdb;
  box-shadow:         1px 1px 3px 2px #b1cbdb;">
Div content here</div>

This div box has shadow with color #b1cbdb


Comments

No comments written yet.

Please login to write comment.