Color Hex Logo

#b9bfde Color Hex

#B9BFDE
(185,191,222)
0 Favorites   0 Comments

Color spaces of #b9bfde

RGB 185191222
HSL0.640.360.80
HSV230°17°87°
CMYK 0.170.140.00   0.13
XYZ51.823252.849876.5769
Yxy52.84980.28590.2916
Hunter Lab72.69790.0237-11.5651
CIE-Lab77.78624.2238-16.1586

#b9bfde color RGB value is (185,191,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111111 11011110
Octal 271 277 336
Decimal 185 191 222
Hex B9 BF DE

RGB Percentages of Color #b9bfde

%30.94
%31.94
%37.12

CMYK Percentages of Color #b9bfde

%17
%14
%0
%13

Triadic Colors of #b9bfde

#b9bfde #deb9bf #bfdeb9

Analogous Colors of #b9bfde

#b9bfde #c6b9de #b9d2de

Monochromatic Colors of #b9bfde

#b9bfde

Complementary Color

#b9bfde #ded8b9

#b9bfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9bfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9bfde Color CSS Codes

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

#b9bfde Text Font Color

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

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


#b9bfde Background Color

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

This div background color is #b9bfde


#b9bfde Border Color

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

This div border color is #b9bfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9bfde


Comments

No comments written yet.

Please login to write comment.