#BABADC

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

Shades of Lavender Grey #BABADC

Tints of Lavender Grey #BABADC

Color information

#BABADC (or 0xBABADC) is unknown color: approx Lavender Grey. HEX triplet: BA, BA and DC. RGB value is (186,186,220). Sum of RGB (Red+Green+Blue) = 186+186+220=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #BABADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABADC is #454523. Grayscale: #BDBDBD. Windows color (decimal): -4539684 or 14465722. OLE color: 14465722.

HSL color Cylindrical-coordinate representation of color #BABADC: hue angle of 240º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BABADC is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186186220-
CMYK0.150.1500.14
HSL240º32.69%79.61%-
HSV(B)240º15.45%86.27%-
XYZ50.7350.7274.83-
YUV189.88145125.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.42%
GREEN value IS 186 (73.05% from 255) = 31.42%
BLUE value IS 220 (86.33% from 255) = 37.16%
R=31.42%
G=31.42%
B=37.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861862200.150.1500.1424032.6979.61
HexBABADCFF0Ef02150
Octal272272334171701636041120
Binary1011101010111010110111001111111101110111100001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABADC; }

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

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

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

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

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

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

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

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