#BAB6F1

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

Shades of Lavender Grey #BAB6F1

Tints of Lavender Grey #BAB6F1

Color information

#BAB6F1 (or 0xBAB6F1) is unknown color: approx Lavender Grey. HEX triplet: BA, B6 and F1. RGB value is (186,182,241). Sum of RGB (Red+Green+Blue) = 186+182+241=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 182 (71.48% from 255 or 29.89% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAB6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB6F1 is #45490E. Grayscale: #BDBDBD. Windows color (decimal): -4540687 or 15840954. OLE color: 15840954.

HSL color Cylindrical-coordinate representation of color #BAB6F1: hue angle of 244.07º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAB6F1 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186182241-
CMYK0.230.2400.05
HSL244.07º67.82%82.94%-
HSV(B)244.07º24.48%94.51%-
XYZ52.8550.2590.13-
YUV189.92156.83125.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.54%
GREEN value IS 182 (71.48% from 255) = 29.89%
BLUE value IS 241 (94.53% from 255) = 39.57%
R=30.54%
G=29.89%
B=39.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861822410.230.2400.05244.0767.8282.94
HexBAB6F1171805f44453
Octal272266361273005364104123
Binary101110101011011011110001101111100001011111010010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB6F1; }

 p { color: rgb(186,182,241); }

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

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

 a { background-color: rgb(186,182,241); }

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

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

 span { border-color: rgb(186,182,241); }

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