#BBBADD

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

Shades of Lavender Grey #BBBADD

Tints of Lavender Grey #BBBADD

Color information

#BBBADD (or 0xBBBADD) is unknown color: approx Lavender Grey. HEX triplet: BB, BA and DD. RGB value is (187,186,221). Sum of RGB (Red+Green+Blue) = 187+186+221=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBBADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBADD is #444522. Grayscale: #BEBEBE. Windows color (decimal): -4474147 or 14531259. OLE color: 14531259.

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

Color convert

RGB187186221-
CMYK0.150.1600.13
HSL241.71º33.98%79.8%-
HSV(B)241.71º15.84%86.67%-
XYZ51.150.975.54-
YUV190.29145.33125.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.48%
GREEN value IS 186 (73.05% from 255) = 31.31%
BLUE value IS 221 (86.72% from 255) = 37.21%
R=31.48%
G=31.31%
B=37.21%

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
Decimal1871862210.150.1600.13241.7133.9879.8
HexBBBADDF100Df22250
Octal273272335172001536242120
Binary10111011101110101101110111111000001101111100101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBADD; }

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

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

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

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

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

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

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

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