Color Hex Logo

#bbb6db Color Hex

#BBB6DB
(187,182,219)
0 Favorites   0 Comments

Color spaces of #bbb6db

RGB 187182219
HSL0.690.340.79
HSV248°17°86°
CMYK 0.150.170.00   0.14
XYZ50.007649.135273.8662
Yxy49.13520.28900.2840
Hunter Lab70.09654.6749-13.4110
CIE-Lab75.53549.0988-17.9155

#bbb6db color RGB value is (187,182,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110110 11011011
Octal 273 266 333
Decimal 187 182 219
Hex BB B6 DB

RGB Percentages of Color #bbb6db

%31.80
%30.95
%37.24

CMYK Percentages of Color #bbb6db

%15
%17
%0
%14

Triadic Colors of #bbb6db

#bbb6db #dbbbb6 #b6dbbb

Analogous Colors of #bbb6db

#bbb6db #ceb6db #b6c4db

Monochromatic Colors of #bbb6db

#bbb6db

Complementary Color

#bbb6db #d6dbb6

#bbb6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb6db Color CSS Codes

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

#bbb6db Text Font Color

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

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


#bbb6db Background Color

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

This div background color is #bbb6db


#bbb6db Border Color

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

This div border color is #bbb6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb6db


Comments

No comments written yet.

Please login to write comment.