Color Hex Logo

#bbb5de Color Hex

#BBB5DE
(187,181,222)
0 Favorites   0 Comments

Color spaces of #bbb5de

RGB 187181222
HSL0.690.380.79
HSV249°18°87°
CMYK 0.160.180.00   0.13
XYZ50.202248.886575.8973
Yxy48.88650.28690.2794
Hunter Lab69.91895.8061-15.4164
CIE-Lab75.380710.2885-19.7784

#bbb5de color RGB value is (187,181,222).

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

The process color (four color CMYK) of #bbb5de color hex is 0.16, 0.18, 0.00, 0.13. Web safe color of #bbb5de is #cccccc. Color #bbb5de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110101 11011110
Octal 273 265 336
Decimal 187 181 222
Hex BB B5 DE

RGB Percentages of Color #bbb5de

%31.69
%30.68
%37.63

CMYK Percentages of Color #bbb5de

%16
%18
%0
%13

Triadic Colors of #bbb5de

#bbb5de #debbb5 #b5debb

Analogous Colors of #bbb5de

#bbb5de #d0b5de #b5c4de

Monochromatic Colors of #bbb5de

#bbb5de

Complementary Color

#bbb5de #d8deb5

#bbb5de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb5de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb5de Color CSS Codes

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

#bbb5de Text Font Color

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

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


#bbb5de Background Color

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

This div background color is #bbb5de


#bbb5de Border Color

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

This div border color is #bbb5de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb5de


Comments

No comments written yet.

Please login to write comment.