Color Hex Logo

#b9b9cb Color Hex

#B9B9CB
(185,185,203)
0 Favorites   0 Comments

Color spaces of #b9b9cb

RGB 185185203
HSL0.670.150.76
HSV240°80°
CMYK 0.090.090.00   0.20
XYZ48.136049.324063.4834
Yxy49.32400.29910.3065
Hunter Lab70.2310-0.5613-4.4318
CIE-Lab75.65253.4942-9.0607

#b9b9cb color RGB value is (185,185,203).

#b9b9cb hex color red value is 185, green value is 185 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b9b9cb hue: 0.67 , saturation: 0.15 and the lightness value of b9b9cb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111001 11001011
Octal 271 271 313
Decimal 185 185 203
Hex B9 B9 CB

RGB Percentages of Color #b9b9cb

%32.29
%32.29
%35.43

CMYK Percentages of Color #b9b9cb

%9
%9
%0
%20

Triadic Colors of #b9b9cb

#b9b9cb #cbb9b9 #b9cbb9

Analogous Colors of #b9b9cb

#b9b9cb #c2b9cb #b9c2cb

Monochromatic Colors of #b9b9cb

#b9b9cb

Complementary Color

#b9b9cb #cbcbb9

#b9b9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9b9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9b9cb Color CSS Codes

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

#b9b9cb Text Font Color

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

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


#b9b9cb Background Color

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

This div background color is #b9b9cb


#b9b9cb Border Color

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

This div border color is #b9b9cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9b9cb


Comments

No comments written yet.

Please login to write comment.