Color Hex Logo

#b9b6db Color Hex

#B9B6DB
(185,182,219)
0 Favorites   0 Comments

Color spaces of #b9b6db

RGB 185182219
HSL0.680.340.79
HSV245°17°86°
CMYK 0.160.170.00   0.14
XYZ49.521748.884773.8434
Yxy48.88470.28750.2838
Hunter Lab69.91764.0734-13.6768
CIE-Lab75.37958.4588-18.1661

#b9b6db color RGB value is (185,182,219).

#b9b6db hex color red value is 185, green value is 182 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b9b6db hue: 0.68 , saturation: 0.34 and the lightness value of b9b6db is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10110110 11011011
Octal 271 266 333
Decimal 185 182 219
Hex B9 B6 DB

RGB Percentages of Color #b9b6db

%31.57
%31.06
%37.37

CMYK Percentages of Color #b9b6db

%16
%17
%0
%14

Triadic Colors of #b9b6db

#b9b6db #dbb9b6 #b6dbb9

Analogous Colors of #b9b6db

#b9b6db #ccb6db #b6c6db

Monochromatic Colors of #b9b6db

#b9b6db

Complementary Color

#b9b6db #d8dbb6

#b9b6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9b6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9b6db Color CSS Codes

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

#b9b6db Text Font Color

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

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


#b9b6db Background Color

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

This div background color is #b9b6db


#b9b6db Border Color

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

This div border color is #b9b6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9b6db


Comments

No comments written yet.

Please login to write comment.