#BABAE4

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

Shades of Lavender Grey #BABAE4

Tints of Lavender Grey #BABAE4

Color information

#BABAE4 (or 0xBABAE4) is unknown color: approx Lavender Grey. HEX triplet: BA, BA and E4. RGB value is (186,186,228). Sum of RGB (Red+Green+Blue) = 186+186+228=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 228 (89.45% from 255 or 38% from 600); Max value from RGB is 228 - color contains mainly: blue. Hex color #BABAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABAE4 is #45451B. Grayscale: #BEBEBE. Windows color (decimal): -4539676 or 14990010. OLE color: 14990010.

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

Color convert

RGB186186228-
CMYK0.180.1800.11
HSL240º43.75%81.18%-
HSV(B)240º18.42%89.41%-
XYZ51.8151.1680.54-
YUV190.79149124.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31%
GREEN value IS 186 (73.05% from 255) = 31%
BLUE value IS 228 (89.45% from 255) = 38%
R=31%
G=31%
B=38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1861862280.180.1800.1124043.7581.18
HexBABAE412120Bf02c51
Octal272272344222201336054121
Binary101110101011101011100100100101001001011111100001011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABAE4; }

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

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

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

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

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

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

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

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