Color Hex Logo

#b9bec7 Color Hex

#B9BEC7
(185,190,199)
0 Favorites   0 Comments

Color spaces of #b9bec7

RGB 185190199
HSL0.610.110.75
HSV219°78°
CMYK 0.070.050.00   0.22
XYZ48.729851.264761.3596
Yxy51.26470.30200.3177
Hunter Lab71.5994-3.8136-0.6911
CIE-Lab76.83910.0116-5.1304

#b9bec7 color RGB value is (185,190,199).

#b9bec7 hex color red value is 185, green value is 190 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #b9bec7 hue: 0.61 , saturation: 0.11 and the lightness value of b9bec7 is 0.75.

The process color (four color CMYK) of #b9bec7 color hex is 0.07, 0.05, 0.00, 0.22. Web safe color of #b9bec7 is #cccccc. Color #b9bec7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111110 11000111
Octal 271 276 307
Decimal 185 190 199
Hex B9 BE C7

RGB Percentages of Color #b9bec7

%32.23
%33.10
%34.67

CMYK Percentages of Color #b9bec7

%7
%5
%0
%22

Triadic Colors of #b9bec7

#b9bec7 #c7b9be #bec7b9

Analogous Colors of #b9bec7

#b9bec7 #bbb9c7 #b9c5c7

Monochromatic Colors of #b9bec7

#b9bec7

Complementary Color

#b9bec7 #c7c2b9

#b9bec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9bec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9bec7 Color CSS Codes

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

#b9bec7 Text Font Color

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

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


#b9bec7 Background Color

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

This div background color is #b9bec7


#b9bec7 Border Color

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

This div border color is #b9bec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9bec7

#b9bec7 Color Palettes


Comments

No comments written yet.

Please login to write comment.