#BABCDC

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

Shades of Lavender Grey #BABCDC

Tints of Lavender Grey #BABCDC

Color information

#BABCDC (or 0xBABCDC) is unknown color: approx Lavender Grey. HEX triplet: BA, BC and DC. RGB value is (186,188,220). Sum of RGB (Red+Green+Blue) = 186+188+220=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #BABCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCDC is #454323. Grayscale: #BEBEBE. Windows color (decimal): -4539172 or 14466234. OLE color: 14466234.

HSL color Cylindrical-coordinate representation of color #BABCDC: hue angle of 236.47º 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 #BABCDC is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186188220-
CMYK0.150.1500.14
HSL236.47º32.69%79.61%-
HSV(B)236.47º15.45%86.27%-
XYZ51.1551.5774.97-
YUV191.05144.34124.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.31%
GREEN value IS 188 (73.83% from 255) = 31.65%
BLUE value IS 220 (86.33% from 255) = 37.04%
R=31.31%
G=31.65%
B=37.04%

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
Decimal1861882200.150.1500.14236.4732.6979.61
HexBABCDCFF0Eec2150
Octal272274334171701635441120
Binary1011101010111100110111001111111101110111011001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCDC; }

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

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

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

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

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

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

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

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