#BAB6F3

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

Shades of Lavender Grey #BAB6F3

Tints of Lavender Grey #BAB6F3

Color information

#BAB6F3 (or 0xBAB6F3) is unknown color: approx Lavender Grey. HEX triplet: BA, B6 and F3. RGB value is (186,182,243). Sum of RGB (Red+Green+Blue) = 186+182+243=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 182 (71.48% from 255 or 29.79% from 611); Blue value is 243 (95.31% from 255 or 39.77% from 611); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAB6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB6F3 is #45490C. Grayscale: #BDBDBD. Windows color (decimal): -4540685 or 15972026. OLE color: 15972026.

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

Color convert

RGB186182243-
CMYK0.230.2500.05
HSL243.93º71.76%83.33%-
HSV(B)243.93º25.1%95.29%-
XYZ53.1650.3791.71-
YUV190.15157.83125.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.44%
GREEN value IS 182 (71.48% from 255) = 29.79%
BLUE value IS 243 (95.31% from 255) = 39.77%
R=30.44%
G=29.79%
B=39.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861822430.230.2500.05243.9371.7683.33
HexBAB6F3171905f44853
Octal272266363273105364110123
Binary101110101011011011110011101111100101011111010010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB6F3; }

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

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

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

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

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

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

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

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