Color Hex Logo

#bbb9db Color Hex

#BBB9DB
(187,185,219)
0 Favorites   0 Comments

Color spaces of #bbb9db

RGB 187185219
HSL0.680.320.79
HSV244°16°86°
CMYK 0.150.160.00   0.14
XYZ50.628750.377274.0732
Yxy50.37720.28920.2877
Hunter Lab70.97693.1167-12.1926
CIE-Lab76.30027.4663-16.7608

#bbb9db color RGB value is (187,185,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111001 11011011
Octal 273 271 333
Decimal 187 185 219
Hex BB B9 DB

RGB Percentages of Color #bbb9db

%31.64
%31.30
%37.06

CMYK Percentages of Color #bbb9db

%15
%16
%0
%14

Triadic Colors of #bbb9db

#bbb9db #dbbbb9 #b9dbbb

Analogous Colors of #bbb9db

#bbb9db #ccb9db #b9c8db

Monochromatic Colors of #bbb9db

#bbb9db

Complementary Color

#bbb9db #d9dbb9

#bbb9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb9db Color CSS Codes

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

#bbb9db Text Font Color

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

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


#bbb9db Background Color

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

This div background color is #bbb9db


#bbb9db Border Color

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

This div border color is #bbb9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb9db

#bbb9db Color Palettes


Comments

No comments written yet.

Please login to write comment.