#BAB7EF

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

Shades of Lavender Grey #BAB7EF

Tints of Lavender Grey #BAB7EF

Color information

#BAB7EF (or 0xBAB7EF) is unknown color: approx Lavender Grey. HEX triplet: BA, B7 and EF. RGB value is (186,183,239). Sum of RGB (Red+Green+Blue) = 186+183+239=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAB7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB7EF is #454810. Grayscale: #BEBEBE. Windows color (decimal): -4540433 or 15710138. OLE color: 15710138.

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

Color convert

RGB186183239-
CMYK0.220.2300.06
HSL243.21º63.64%82.75%-
HSV(B)243.21º23.43%93.73%-
XYZ52.7650.5488.64-
YUV190.28155.49124.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.59%
GREEN value IS 183 (71.88% from 255) = 30.10%
BLUE value IS 239 (93.75% from 255) = 39.31%
R=30.59%
G=30.10%
B=39.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1861832390.220.2300.06243.2163.6482.75
HexBAB7EF161706f34053
Octal272267357262706363100123
Binary101110101011011111101111101101011101101111001110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB7EF; }

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

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

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

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

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

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

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

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