#BAB9E4

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

Shades of Lavender Grey #BAB9E4

Tints of Lavender Grey #BAB9E4

Color information

#BAB9E4 (or 0xBAB9E4) is unknown color: approx Lavender Grey. HEX triplet: BA, B9 and E4. RGB value is (186,185,228). Sum of RGB (Red+Green+Blue) = 186+185+228=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 185 (72.66% from 255 or 30.88% from 599); Blue value is 228 (89.45% from 255 or 38.06% from 599); Max value from RGB is 228 - color contains mainly: blue. Hex color #BAB9E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9E4 is #45461B. Grayscale: #BEBEBE. Windows color (decimal): -4539932 or 14989754. OLE color: 14989754.

HSL color Cylindrical-coordinate representation of color #BAB9E4: hue angle of 241.4º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAB9E4 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186185228-
CMYK0.180.1900.11
HSL241.4º44.33%80.98%-
HSV(B)241.4º18.86%89.41%-
XYZ51.650.7480.47-
YUV190.2149.33125-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 185 (72.66% from 255) = 30.88%
BLUE value IS 228 (89.45% from 255) = 38.06%
R=31.05%
G=30.88%
B=38.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1861852280.180.1900.11241.444.3380.98
HexBAB9E412130Bf12c51
Octal272271344222301336154121
Binary101110101011100111100100100101001101011111100011011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB9E4; }

 p { color: rgb(186,185,228); }

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

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

 a { background-color: rgb(186,185,228); }

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

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

 span { border-color: rgb(186,185,228); }

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