Color Hex Logo

#bbb8dd Color Hex

#BBB8DD
(187,184,221)
0 Favorites   0 Comments

Color spaces of #bbb8dd

RGB 187184221
HSL0.680.350.79
HSV245°17°87°
CMYK 0.150.170.00   0.13
XYZ50.685250.066275.3990
Yxy50.06620.28770.2842
Hunter Lab70.75754.0381-13.6491
CIE-Lab76.10998.4374-18.1322

#bbb8dd color RGB value is (187,184,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111000 11011101
Octal 273 270 335
Decimal 187 184 221
Hex BB B8 DD

RGB Percentages of Color #bbb8dd

%31.59
%31.08
%37.33

CMYK Percentages of Color #bbb8dd

%15
%17
%0
%13

Triadic Colors of #bbb8dd

#bbb8dd #ddbbb8 #b8ddbb

Analogous Colors of #bbb8dd

#bbb8dd #ceb8dd #b8c8dd

Monochromatic Colors of #bbb8dd

#bbb8dd

Complementary Color

#bbb8dd #daddb8

#bbb8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb8dd Color CSS Codes

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

#bbb8dd Text Font Color

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

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


#bbb8dd Background Color

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

This div background color is #bbb8dd


#bbb8dd Border Color

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

This div border color is #bbb8dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,184,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb8dd


Comments

No comments written yet.

Please login to write comment.