Color Hex Logo

#b9c2cf Color Hex

#B9C2CF
(185,194,207)
0 Favorites   0 Comments

Color spaces of #b9c2cf

RGB 185194207
HSL0.600.190.77
HSV215°11°81°
CMYK 0.110.060.00   0.19
XYZ50.561953.402966.6744
Yxy53.40290.29630.3130
Hunter Lab73.0773-4.3818-2.9410
CIE-Lab78.1123-0.5227-7.5734

#b9c2cf color RGB value is (185,194,207).

#b9c2cf hex color red value is 185, green value is 194 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b9c2cf hue: 0.60 , saturation: 0.19 and the lightness value of b9c2cf is 0.77.

The process color (four color CMYK) of #b9c2cf color hex is 0.11, 0.06, 0.00, 0.19. Web safe color of #b9c2cf is #cccccc. Color #b9c2cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11000010 11001111
Octal 271 302 317
Decimal 185 194 207
Hex B9 C2 CF

RGB Percentages of Color #b9c2cf

%31.57
%33.11
%35.32

CMYK Percentages of Color #b9c2cf

%11
%6
%0
%19

Triadic Colors of #b9c2cf

#b9c2cf #cfb9c2 #c2cfb9

Analogous Colors of #b9c2cf

#b9c2cf #bbb9cf #b9cdcf

Monochromatic Colors of #b9c2cf

#b9c2cf

Complementary Color

#b9c2cf #cfc6b9

#b9c2cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9c2cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9c2cf Color CSS Codes

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

#b9c2cf Text Font Color

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

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


#b9c2cf Background Color

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

This div background color is #b9c2cf


#b9c2cf Border Color

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

This div border color is #b9c2cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9c2cf


Comments

No comments written yet.

Please login to write comment.