Color Hex Logo

#b9bede Color Hex

#B9BEDE
(185,190,222)
0 Favorites   0 Comments

Color spaces of #b9bede

RGB 185190222
HSL0.640.360.80
HSV232°17°87°
CMYK 0.170.140.00   0.13
XYZ51.605952.415176.5045
Yxy52.41510.28590.2903
Hunter Lab72.39830.5388-11.9740
CIE-Lab77.52844.7635-16.5471

#b9bede color RGB value is (185,190,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111110 11011110
Octal 271 276 336
Decimal 185 190 222
Hex B9 BE DE

RGB Percentages of Color #b9bede

%30.99
%31.83
%37.19

CMYK Percentages of Color #b9bede

%17
%14
%0
%13

Triadic Colors of #b9bede

#b9bede #deb9be #bedeb9

Analogous Colors of #b9bede

#b9bede #c7b9de #b9d1de

Monochromatic Colors of #b9bede

#b9bede

Complementary Color

#b9bede #ded9b9

#b9bede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9bede Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9bede Color CSS Codes

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

#b9bede Text Font Color

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

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


#b9bede Background Color

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

This div background color is #b9bede


#b9bede Border Color

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

This div border color is #b9bede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9bede


Comments

No comments written yet.

Please login to write comment.