#BABAE8

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

Shades of Lavender Grey #BABAE8

Tints of Lavender Grey #BABAE8

Color information

#BABAE8 (or 0xBABAE8) is unknown color: approx Lavender Grey. HEX triplet: BA, BA and E8. RGB value is (186,186,232). Sum of RGB (Red+Green+Blue) = 186+186+232=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 232 - color contains mainly: blue. Hex color #BABAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABAE8 is #454517. Grayscale: #BFBFBF. Windows color (decimal): -4539672 or 15252154. OLE color: 15252154.

HSL color Cylindrical-coordinate representation of color #BABAE8: hue angle of 240º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BABAE8 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186186232-
CMYK0.200.2000.09
HSL240º50%81.96%-
HSV(B)240º19.83%90.98%-
XYZ52.3751.3883.5-
YUV191.24151124.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.79%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 232 (91.02% from 255) = 38.41%
R=30.79%
G=30.79%
B=38.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861862320.200.2000.092405081.96
HexBABAE8141409f03252
Octal272272350242401136062122
Binary101110101011101011101000101001010001001111100001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABAE8; }

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

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

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

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

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

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

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

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