Color Hex Logo

#b9bfce Color Hex

#B9BFCE
(185,191,206)
0 Favorites   0 Comments

Color spaces of #b9bfce

RGB 185191206
HSL0.620.180.77
HSV223°10°81°
CMYK 0.100.070.00   0.19
XYZ49.779052.032165.8121
Yxy52.03210.29700.3104
Hunter Lab72.1333-3.0508-3.6010
CIE-Lab77.30000.8765-8.2385

#b9bfce color RGB value is (185,191,206).

#b9bfce hex color red value is 185, green value is 191 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b9bfce hue: 0.62 , saturation: 0.18 and the lightness value of b9bfce is 0.77.

The process color (four color CMYK) of #b9bfce color hex is 0.10, 0.07, 0.00, 0.19. Web safe color of #b9bfce is #cccccc. Color #b9bfce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111111 11001110
Octal 271 277 316
Decimal 185 191 206
Hex B9 BF CE

RGB Percentages of Color #b9bfce

%31.79
%32.82
%35.40

CMYK Percentages of Color #b9bfce

%10
%7
%0
%19

Triadic Colors of #b9bfce

#b9bfce #ceb9bf #bfceb9

Analogous Colors of #b9bfce

#b9bfce #beb9ce #b9cace

Monochromatic Colors of #b9bfce

#b9bfce

Complementary Color

#b9bfce #cec8b9

#b9bfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9bfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9bfce Color CSS Codes

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

#b9bfce Text Font Color

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

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


#b9bfce Background Color

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

This div background color is #b9bfce


#b9bfce Border Color

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

This div border color is #b9bfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9bfce


Comments

No comments written yet.

Please login to write comment.