#BBBAD3

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

Shades of Lavender Grey #BBBAD3

Tints of Lavender Grey #BBBAD3

Color information

#BBBAD3 (or 0xBBBAD3) is unknown color: approx Lavender Grey. HEX triplet: BB, BA and D3. RGB value is (187,186,211). Sum of RGB (Red+Green+Blue) = 187+186+211=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBBAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBAD3 is #44452C. Grayscale: #BDBDBD. Windows color (decimal): -4474157 or 13875899. OLE color: 13875899.

HSL color Cylindrical-coordinate representation of color #BBBAD3: hue angle of 242.4º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBBAD3 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB187186211-
CMYK0.110.1200.17
HSL242.4º22.12%77.84%-
HSV(B)242.4º11.85%82.75%-
XYZ49.8150.3968.73-
YUV189.15140.33126.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.02%
GREEN value IS 186 (73.05% from 255) = 31.85%
BLUE value IS 211 (82.81% from 255) = 36.13%
R=32.02%
G=31.85%
B=36.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1871862110.110.1200.17242.422.1277.84
HexBBBAD3BC011f2164e
Octal273272323131402136226116
Binary1011101110111010110100111011110001000111110010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAD3; }

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

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

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

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

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

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

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

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