Color Hex Logo

#b9bbde Color Hex

#B9BBDE
(185,187,222)
0 Favorites   0 Comments

Color spaces of #b9bbde

RGB 185187222
HSL0.660.360.80
HSV237°17°87°
CMYK 0.170.160.00   0.13
XYZ50.962751.128976.2901
Yxy51.12890.28570.2866
Hunter Lab71.50452.0878-13.2050
CIE-Lab76.75706.3866-17.7108

#b9bbde color RGB value is (185,187,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111011 11011110
Octal 271 273 336
Decimal 185 187 222
Hex B9 BB DE

RGB Percentages of Color #b9bbde

%31.14
%31.48
%37.37

CMYK Percentages of Color #b9bbde

%17
%16
%0
%13

Triadic Colors of #b9bbde

#b9bbde #deb9bb #bbdeb9

Analogous Colors of #b9bbde

#b9bbde #cab9de #b9cede

Monochromatic Colors of #b9bbde

#b9bbde

Complementary Color

#b9bbde #dedcb9

#b9bbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9bbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9bbde Color CSS Codes

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

#b9bbde Text Font Color

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

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


#b9bbde Background Color

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

This div background color is #b9bbde


#b9bbde Border Color

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

This div border color is #b9bbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9bbde

#b9bbde Color Palettes


Comments

No comments written yet.

Please login to write comment.