Color Hex Logo

#b9bdce Color Hex

#B9BDCE
(185,189,206)
0 Favorites   0 Comments

Color spaces of #b9bdce

RGB 185189206
HSL0.630.180.77
HSV229°10°81°
CMYK 0.100.080.00   0.19
XYZ49.345851.165765.6677
Yxy51.16570.29690.3079
Hunter Lab71.5302-2.0379-4.3595
CIE-Lab76.77931.9486-9.0126

#b9bdce color RGB value is (185,189,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111101 11001110
Octal 271 275 316
Decimal 185 189 206
Hex B9 BD CE

RGB Percentages of Color #b9bdce

%31.90
%32.59
%35.52

CMYK Percentages of Color #b9bdce

%10
%8
%0
%19

Triadic Colors of #b9bdce

#b9bdce #ceb9bd #bdceb9

Analogous Colors of #b9bdce

#b9bdce #c0b9ce #b9c8ce

Monochromatic Colors of #b9bdce

#b9bdce

Complementary Color

#b9bdce #cecab9

#b9bdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9bdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9bdce Color CSS Codes

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

#b9bdce Text Font Color

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

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


#b9bdce Background Color

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

This div background color is #b9bdce


#b9bdce Border Color

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

This div border color is #b9bdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9bdce


Comments

No comments written yet.

Please login to write comment.