Color Hex Logo

#b9ccbd Color Hex

#B9CCBD
(185,204,189)
0 Favorites   0 Comments

Color spaces of #b9ccbd

RGB 185204189
HSL0.370.160.76
HSV133°80°
CMYK 0.090.000.07   0.20
XYZ50.785857.174156.5031
Yxy57.17410.30880.3476
Hunter Lab75.6136-12.43438.6244
CIE-Lab80.2774-9.25815.2765

#b9ccbd color RGB value is (185,204,189).

#b9ccbd hex color red value is 185, green value is 204 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b9ccbd hue: 0.37 , saturation: 0.16 and the lightness value of b9ccbd is 0.76.

The process color (four color CMYK) of #b9ccbd color hex is 0.09, 0.00, 0.07, 0.20. Web safe color of #b9ccbd is #cccccc. Color #b9ccbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001100 10111101
Octal 271 314 275
Decimal 185 204 189
Hex B9 CC BD

RGB Percentages of Color #b9ccbd

%32.01
%35.29
%32.70

CMYK Percentages of Color #b9ccbd

%9
%0
%7
%20

Triadic Colors of #b9ccbd

#b9ccbd #bdb9cc #ccbdb9

Analogous Colors of #b9ccbd

#b9ccbd #b9ccc7 #bfccb9

Monochromatic Colors of #b9ccbd

#b9ccbd

Complementary Color

#b9ccbd #ccb9c8

#b9ccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ccbd Color CSS Codes

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

#b9ccbd Text Font Color

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

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


#b9ccbd Background Color

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

This div background color is #b9ccbd


#b9ccbd Border Color

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

This div border color is #b9ccbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,204,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 #b9ccbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ccbd


Comments

No comments written yet.

Please login to write comment.