#BBBAD9

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

Shades of Lavender Grey #BBBAD9

Tints of Lavender Grey #BBBAD9

Color information

#BBBAD9 (or 0xBBBAD9) is unknown color: approx Lavender Grey. HEX triplet: BB, BA and D9. RGB value is (187,186,217). Sum of RGB (Red+Green+Blue) = 187+186+217=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 217 - color contains mainly: blue. Hex color #BBBAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBAD9 is #444526. Grayscale: #BDBDBD. Windows color (decimal): -4474151 or 14269115. OLE color: 14269115.

HSL color Cylindrical-coordinate representation of color #BBBAD9: hue angle of 241.94º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBBAD9 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187186217-
CMYK0.140.1400.15
HSL241.94º28.97%79.02%-
HSV(B)241.94º14.29%85.1%-
XYZ50.5850.6972.76-
YUV189.83143.33125.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.69%
GREEN value IS 186 (73.05% from 255) = 31.53%
BLUE value IS 217 (85.16% from 255) = 36.78%
R=31.69%
G=31.53%
B=36.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871862170.140.1400.15241.9428.9779.02
HexBBBAD9EE0Ff21d4f
Octal273272331161601736235117
Binary101110111011101011011001111011100111111110010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAD9; }

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

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

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

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

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

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

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

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