#BABAE1

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

Shades of Lavender Grey #BABAE1

Tints of Lavender Grey #BABAE1

Color information

#BABAE1 (or 0xBABAE1) is unknown color: approx Lavender Grey. HEX triplet: BA, BA and E1. RGB value is (186,186,225). Sum of RGB (Red+Green+Blue) = 186+186+225=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 225 (88.28% from 255 or 37.69% from 597); Max value from RGB is 225 - color contains mainly: blue. Hex color #BABAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABAE1 is #45451E. Grayscale: #BEBEBE. Windows color (decimal): -4539679 or 14793402. OLE color: 14793402.

HSL color Cylindrical-coordinate representation of color #BABAE1: hue angle of 240º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BABAE1 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB186186225-
CMYK0.170.1700.12
HSL240º39.39%80.59%-
HSV(B)240º17.33%88.24%-
XYZ51.450.9978.37-
YUV190.45147.5124.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.16%
GREEN value IS 186 (73.05% from 255) = 31.16%
BLUE value IS 225 (88.28% from 255) = 37.69%
R=31.16%
G=31.16%
B=37.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1861862250.170.1700.1224039.3980.59
HexBABAE111110Cf02751
Octal272272341212101436047121
Binary101110101011101011100001100011000101100111100001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABAE1; }

 p { color: rgb(186,186,225); }

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

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

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

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

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

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

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