Color Hex Logo

#b9bfeb Color Hex

#B9BFEB
(185,191,235)
0 Favorites   0 Comments

Color spaces of #b9bfeb

RGB 185191235
HSL0.650.560.82
HSV233°21°92°
CMYK 0.210.190.00   0.08
XYZ53.633853.574086.1113
Yxy53.57400.27740.2771
Hunter Lab73.19432.7076-18.5173
CIE-Lab78.21277.0884-22.5182

#b9bfeb color RGB value is (185,191,235).

#b9bfeb hex color red value is 185, green value is 191 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b9bfeb hue: 0.65 , saturation: 0.56 and the lightness value of b9bfeb is 0.82.

The process color (four color CMYK) of #b9bfeb color hex is 0.21, 0.19, 0.00, 0.08. Web safe color of #b9bfeb is #ccccff. Color #b9bfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111111 11101011
Octal 271 277 353
Decimal 185 191 235
Hex B9 BF EB

RGB Percentages of Color #b9bfeb

%30.28
%31.26
%38.46

CMYK Percentages of Color #b9bfeb

%21
%19
%0
%8

Triadic Colors of #b9bfeb

#b9bfeb #ebb9bf #bfebb9

Analogous Colors of #b9bfeb

#b9bfeb #ccb9eb #b9d8eb

Monochromatic Colors of #b9bfeb

#b9bfeb

Complementary Color

#b9bfeb #ebe5b9

#b9bfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9bfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9bfeb Color CSS Codes

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

#b9bfeb Text Font Color

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

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


#b9bfeb Background Color

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

This div background color is #b9bfeb


#b9bfeb Border Color

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

This div border color is #b9bfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9bfeb


Comments

No comments written yet.

Please login to write comment.