Color Hex Logo

#b9bdeb Color Hex

#B9BDEB
(185,189,235)
0 Favorites   0 Comments

Color spaces of #b9bdeb

RGB 185189235
HSL0.650.560.82
HSV235°21°92°
CMYK 0.210.200.00   0.08
XYZ53.200652.707685.9669
Yxy52.70760.27730.2747
Hunter Lab72.60003.7531-19.3863
CIE-Lab77.70208.1740-23.2951

#b9bdeb color RGB value is (185,189,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111101 11101011
Octal 271 275 353
Decimal 185 189 235
Hex B9 BD EB

RGB Percentages of Color #b9bdeb

%30.38
%31.03
%38.59

CMYK Percentages of Color #b9bdeb

%21
%20
%0
%8

Triadic Colors of #b9bdeb

#b9bdeb #ebb9bd #bdebb9

Analogous Colors of #b9bdeb

#b9bdeb #ceb9eb #b9d6eb

Monochromatic Colors of #b9bdeb

#b9bdeb

Complementary Color

#b9bdeb #ebe7b9

#b9bdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9bdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9bdeb Color CSS Codes

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

#b9bdeb Text Font Color

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

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


#b9bdeb Background Color

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

This div background color is #b9bdeb


#b9bdeb Border Color

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

This div border color is #b9bdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9bdeb


Comments

No comments written yet.

Please login to write comment.