Color Hex Logo

#bbb5db Color Hex

#BBB5DB
(187,181,219)
0 Favorites   0 Comments

Color spaces of #bbb5db

RGB 187181219
HSL0.690.350.78
HSV249°17°86°
CMYK 0.150.170.00   0.14
XYZ49.803648.727073.7982
Yxy48.72700.28900.2828
Hunter Lab69.80475.1962-13.8186
CIE-Lab75.28129.6448-18.2998

#bbb5db color RGB value is (187,181,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110101 11011011
Octal 273 265 333
Decimal 187 181 219
Hex BB B5 DB

RGB Percentages of Color #bbb5db

%31.86
%30.83
%37.31

CMYK Percentages of Color #bbb5db

%15
%17
%0
%14

Triadic Colors of #bbb5db

#bbb5db #dbbbb5 #b5dbbb

Analogous Colors of #bbb5db

#bbb5db #ceb5db #b5c2db

Monochromatic Colors of #bbb5db

#bbb5db

Complementary Color

#bbb5db #d5dbb5

#bbb5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb5db Color CSS Codes

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

#bbb5db Text Font Color

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

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


#bbb5db Background Color

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

This div background color is #bbb5db


#bbb5db Border Color

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

This div border color is #bbb5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb5db


Comments

No comments written yet.

Please login to write comment.