#BBB5DD

Color #BBB5DD Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #BBB5DD

Tints of Lavender Grey #BBB5DD

Color information

#BBB5DD (or 0xBBB5DD) is unknown color: approx Lavender Grey. HEX triplet: BB, B5 and DD. RGB value is (187,181,221). Sum of RGB (Red+Green+Blue) = 187+181+221=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBB5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5DD is #444A22. Grayscale: #BBBBBB. Windows color (decimal): -4475427 or 14529979. OLE color: 14529979.

HSL color Cylindrical-coordinate representation of color #BBB5DD: hue angle of 249º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBB5DD is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187181221-
CMYK0.150.1800.13
HSL249º37.04%78.82%-
HSV(B)249º18.1%86.67%-
XYZ50.0748.8375.19-
YUV187.35146.99127.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 31.75%
GREEN value IS 181 (71.09% from 255) = 30.73%
BLUE value IS 221 (86.72% from 255) = 37.52%
R=31.75%
G=30.73%
B=37.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871812210.150.1800.1324937.0478.82
HexBBB5DDF120Df9254f
Octal273265335172201537145117
Binary10111011101101011101110111111001001101111110011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB5DD; }

 p { color: rgb(187,181,221); }

 H1.HeaderClassName
 {
   color: #BBB5DD;
 }
 .AnyTagClassName
 {
   color: #BBB5DD;
 }
</style>
background-color css

<style>
 a { background-color: #BBB5DD; }

 a { background-color: rgb(187,181,221); }

 div.DivClassName
 {
   background-color: #BBB5DD;
 }
 .BgClassName
 {
   background-color: #BBB5DD;
 }
</style>
border-color css

<style>
 span { border-color: #BBB5DD; }

 span { border-color: rgb(187,181,221); }

 td.TdClassName
 {
   border-color: #BBB5DD;
 }
 .TagClassName
 {
   border-color: #BBB5DD;
 }
</style>