#BBBADE

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

Shades of Lavender Grey #BBBADE

Tints of Lavender Grey #BBBADE

Color information

#BBBADE (or 0xBBBADE) is unknown color: approx Lavender Grey. HEX triplet: BB, BA and DE. RGB value is (187,186,222). Sum of RGB (Red+Green+Blue) = 187+186+222=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBBADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBADE is #444521. Grayscale: #BEBEBE. Windows color (decimal): -4474146 or 14596795. OLE color: 14596795.

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

Color convert

RGB187186222-
CMYK0.160.1600.13
HSL241.67º35.29%80%-
HSV(B)241.67º16.22%87.06%-
XYZ51.2450.9676.24-
YUV190.4145.83125.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.43%
GREEN value IS 186 (73.05% from 255) = 31.26%
BLUE value IS 222 (87.11% from 255) = 37.31%
R=31.43%
G=31.26%
B=37.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871862220.160.1600.13241.6735.2980
HexBBBADE10100Df22350
Octal273272336202001536243120
Binary101110111011101011011110100001000001101111100101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBADE; }

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

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

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

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

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

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

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

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