#BBB6DD

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

Shades of Lavender Grey #BBB6DD

Tints of Lavender Grey #BBB6DD

Color information

#BBB6DD (or 0xBBB6DD) is unknown color: approx Lavender Grey. HEX triplet: BB, B6 and DD. RGB value is (187,182,221). Sum of RGB (Red+Green+Blue) = 187+182+221=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBB6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB6DD is #444922. Grayscale: #BBBBBB. Windows color (decimal): -4475171 or 14530235. OLE color: 14530235.

HSL color Cylindrical-coordinate representation of color #BBB6DD: hue angle of 247.69º degrees, saturation: 0.36, 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 #BBB6DD is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187182221-
CMYK0.150.1800.13
HSL247.69º36.45%79.02%-
HSV(B)247.69º17.65%86.67%-
XYZ50.2749.2475.26-
YUV187.94146.66127.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.69%
GREEN value IS 182 (71.48% from 255) = 30.85%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=31.69%
G=30.85%
B=37.46%

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
Decimal1871822210.150.1800.13247.6936.4579.02
HexBBB6DDF120Df8244f
Octal273266335172201537044117
Binary10111011101101101101110111111001001101111110001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB6DD; }

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

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

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

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

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

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

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

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