Color Hex Logo

#b1cbbd Color Hex

#B1CBBD
(177,203,189)
0 Favorites   0 Comments

Color spaces of #b1cbbd

RGB 177203189
HSL0.410.200.75
HSV148°13°80°
CMYK 0.130.000.07   0.20
XYZ48.672755.733156.3364
Yxy55.73310.30280.3467
Hunter Lab74.6546-14.26867.5164
CIE-Lab79.4617-11.44914.0282

#b1cbbd color RGB value is (177,203,189).

#b1cbbd hex color red value is 177, green value is 203 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b1cbbd hue: 0.41 , saturation: 0.20 and the lightness value of b1cbbd is 0.75.

The process color (four color CMYK) of #b1cbbd color hex is 0.13, 0.00, 0.07, 0.20. Web safe color of #b1cbbd is #99cccc. Color #b1cbbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001011 10111101
Octal 261 313 275
Decimal 177 203 189
Hex B1 CB BD

RGB Percentages of Color #b1cbbd

%31.11
%35.68
%33.22

CMYK Percentages of Color #b1cbbd

%13
%0
%7
%20

Triadic Colors of #b1cbbd

#b1cbbd #bdb1cb #cbbdb1

Analogous Colors of #b1cbbd

#b1cbbd #b1cbca #b2cbb1

Monochromatic Colors of #b1cbbd

#b1cbbd

Complementary Color

#b1cbbd #cbb1bf

#b1cbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1cbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1cbbd Color CSS Codes

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

#b1cbbd Text Font Color

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

This sample text font color is #b1cbbd
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.


#b1cbbd Background Color

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

This div background color is #b1cbbd


#b1cbbd Border Color

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

This div border color is #b1cbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1cbbd


Comments

No comments written yet.

Please login to write comment.