Color Hex Logo

#b9bdde Color Hex

#B9BDDE
(185,189,222)
0 Favorites   0 Comments

Color spaces of #b9bdde

RGB 185189222
HSL0.650.360.80
HSV234°17°87°
CMYK 0.170.150.00   0.13
XYZ51.390051.983476.4325
Yxy51.98340.28580.2891
Hunter Lab72.09951.0544-12.3835
CIE-Lab77.27095.3037-16.9352

#b9bdde color RGB value is (185,189,222).

#b9bdde hex color red value is 185, green value is 189 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b9bdde hue: 0.65 , saturation: 0.36 and the lightness value of b9bdde is 0.80.

The process color (four color CMYK) of #b9bdde color hex is 0.17, 0.15, 0.00, 0.13. Web safe color of #b9bdde is #cccccc. Color #b9bdde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111101 11011110
Octal 271 275 336
Decimal 185 189 222
Hex B9 BD DE

RGB Percentages of Color #b9bdde

%31.04
%31.71
%37.25

CMYK Percentages of Color #b9bdde

%17
%15
%0
%13

Triadic Colors of #b9bdde

#b9bdde #deb9bd #bddeb9

Analogous Colors of #b9bdde

#b9bdde #c8b9de #b9d0de

Monochromatic Colors of #b9bdde

#b9bdde

Complementary Color

#b9bdde #dedab9

#b9bdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9bdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9bdde Color CSS Codes

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

#b9bdde Text Font Color

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

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


#b9bdde Background Color

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

This div background color is #b9bdde


#b9bdde Border Color

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

This div border color is #b9bdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9bdde


Comments

No comments written yet.

Please login to write comment.