#BAB8EF

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

Shades of Lavender Grey #BAB8EF

Tints of Lavender Grey #BAB8EF

Color information

#BAB8EF (or 0xBAB8EF) is unknown color: approx Lavender Grey. HEX triplet: BA, B8 and EF. RGB value is (186,184,239). Sum of RGB (Red+Green+Blue) = 186+184+239=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAB8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB8EF is #454710. Grayscale: #BEBEBE. Windows color (decimal): -4540177 or 15710394. OLE color: 15710394.

HSL color Cylindrical-coordinate representation of color #BAB8EF: hue angle of 242.18º degrees, saturation: 0.63, 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 #BAB8EF is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB186184239-
CMYK0.220.2300.06
HSL242.18º63.22%82.94%-
HSV(B)242.18º23.01%93.73%-
XYZ52.9750.9588.7-
YUV190.87155.16124.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.54%
GREEN value IS 184 (72.27% from 255) = 30.21%
BLUE value IS 239 (93.75% from 255) = 39.24%
R=30.54%
G=30.21%
B=39.24%

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
Decimal1861842390.220.2300.06242.1863.2282.94
HexBAB8EF161706f23f53
Octal27227035726270636277123
Binary10111010101110001110111110110101110110111100101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB8EF; }

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

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

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

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

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

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

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

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