#BAB8EE

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

Shades of Lavender Grey #BAB8EE

Tints of Lavender Grey #BAB8EE

Color information

#BAB8EE (or 0xBAB8EE) is unknown color: approx Lavender Grey. HEX triplet: BA, B8 and EE. RGB value is (186,184,238). Sum of RGB (Red+Green+Blue) = 186+184+238=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 184 (72.27% from 255 or 30.26% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAB8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB8EE is #454711. Grayscale: #BEBEBE. Windows color (decimal): -4540178 or 15644858. OLE color: 15644858.

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

Color convert

RGB186184238-
CMYK0.220.2300.07
HSL242.22º61.36%82.75%-
HSV(B)242.22º22.69%93.33%-
XYZ52.8250.8987.93-
YUV190.75154.66124.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.59%
GREEN value IS 184 (72.27% from 255) = 30.26%
BLUE value IS 238 (93.36% from 255) = 39.14%
R=30.59%
G=30.26%
B=39.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861842380.220.2300.07242.2261.3682.75
HexBAB8EE161707f23d53
Octal27227035626270736275123
Binary10111010101110001110111010110101110111111100101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB8EE; }

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

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

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

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

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

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

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

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