#BABAEC

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

Shades of Lavender Grey #BABAEC

Tints of Lavender Grey #BABAEC

Color information

#BABAEC (or 0xBABAEC) is unknown color: approx Lavender Grey. HEX triplet: BA, BA and EC. RGB value is (186,186,236). Sum of RGB (Red+Green+Blue) = 186+186+236=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #BABAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABAEC is #454513. Grayscale: #BFBFBF. Windows color (decimal): -4539668 or 15514298. OLE color: 15514298.

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

Color convert

RGB186186236-
CMYK0.210.2100.07
HSL240º56.82%82.75%-
HSV(B)240º21.19%92.55%-
XYZ52.9551.6186.53-
YUV191.7153123.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.59%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 236 (92.58% from 255) = 38.82%
R=30.59%
G=30.59%
B=38.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861862360.210.2100.0724056.8282.75
HexBABAEC151507f03953
Octal27227235425250736071123
Binary10111010101110101110110010101101010111111100001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABAEC; }

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

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

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

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

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

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

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

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