#BAB6EF

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

Shades of Lavender Grey #BAB6EF

Tints of Lavender Grey #BAB6EF

Color information

#BAB6EF (or 0xBAB6EF) is unknown color: approx Lavender Grey. HEX triplet: BA, B6 and EF. RGB value is (186,182,239). Sum of RGB (Red+Green+Blue) = 186+182+239=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAB6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB6EF is #454910. Grayscale: #BDBDBD. Windows color (decimal): -4540689 or 15709882. OLE color: 15709882.

HSL color Cylindrical-coordinate representation of color #BAB6EF: hue angle of 244.21º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAB6EF is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB186182239-
CMYK0.220.2400.06
HSL244.21º64.04%82.55%-
HSV(B)244.21º23.85%93.73%-
XYZ52.5650.1388.57-
YUV189.69155.83125.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.64%
GREEN value IS 182 (71.48% from 255) = 29.98%
BLUE value IS 239 (93.75% from 255) = 39.37%
R=30.64%
G=29.98%
B=39.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1861822390.220.2400.06244.2164.0482.55
HexBAB6EF161806f44053
Octal272266357263006364100123
Binary101110101011011011101111101101100001101111010010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB6EF; }

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

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

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

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

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

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

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

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