#BBB9DD

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

Shades of Lavender Grey #BBB9DD

Tints of Lavender Grey #BBB9DD

Color information

#BBB9DD (or 0xBBB9DD) is unknown color: approx Lavender Grey. HEX triplet: BB, B9 and DD. RGB value is (187,185,221). Sum of RGB (Red+Green+Blue) = 187+185+221=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 185 (72.66% from 255 or 31.20% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBB9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9DD is #444622. Grayscale: #BDBDBD. Windows color (decimal): -4474403 or 14531003. OLE color: 14531003.

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

Color convert

RGB187185221-
CMYK0.150.1600.13
HSL243.33º34.62%79.61%-
HSV(B)243.33º16.29%86.67%-
XYZ50.8950.4875.47-
YUV189.7145.66126.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.53%
GREEN value IS 185 (72.66% from 255) = 31.20%
BLUE value IS 221 (86.72% from 255) = 37.27%
R=31.53%
G=31.20%
B=37.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871852210.150.1600.13243.3334.6279.61
HexBBB9DDF100Df32350
Octal273271335172001536343120
Binary10111011101110011101110111111000001101111100111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB9DD; }

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

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

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

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

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

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

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

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