Color Hex Logo

#b9bdef Color Hex

#B9BDEF
(185,189,239)
0 Favorites   0 Comments

Color spaces of #b9bdef

RGB 185189239
HSL0.650.630.83
HSV236°23°94°
CMYK 0.230.210.00   0.06
XYZ53.785252.941589.0453
Yxy52.94150.27470.2704
Hunter Lab72.76094.6164-21.6269
CIE-Lab77.84049.0813-25.2371

#b9bdef color RGB value is (185,189,239).

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

The process color (four color CMYK) of #b9bdef color hex is 0.23, 0.21, 0.00, 0.06. Web safe color of #b9bdef is #ccccff. Color #b9bdef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111101 11101111
Octal 271 275 357
Decimal 185 189 239
Hex B9 BD EF

RGB Percentages of Color #b9bdef

%30.18
%30.83
%38.99

CMYK Percentages of Color #b9bdef

%23
%21
%0
%6

Triadic Colors of #b9bdef

#b9bdef #efb9bd #bdefb9

Analogous Colors of #b9bdef

#b9bdef #d0b9ef #b9d8ef

Monochromatic Colors of #b9bdef

#b9bdef

Complementary Color

#b9bdef #efebb9

#b9bdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9bdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9bdef Color CSS Codes

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

#b9bdef Text Font Color

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

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


#b9bdef Background Color

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

This div background color is #b9bdef


#b9bdef Border Color

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

This div border color is #b9bdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9bdef


Comments

No comments written yet.

Please login to write comment.