#BABBDC

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

Shades of Lavender Grey #BABBDC

Tints of Lavender Grey #BABBDC

Color information

#BABBDC (or 0xBABBDC) is unknown color: approx Lavender Grey. HEX triplet: BA, BB and DC. RGB value is (186,187,220). Sum of RGB (Red+Green+Blue) = 186+187+220=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #BABBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBDC is #454423. Grayscale: #BEBEBE. Windows color (decimal): -4539428 or 14465978. OLE color: 14465978.

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

Color convert

RGB186187220-
CMYK0.150.1500.14
HSL238.24º32.69%79.61%-
HSV(B)238.24º15.45%86.27%-
XYZ50.9451.1574.9-
YUV190.46144.67124.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.37%
GREEN value IS 187 (73.44% from 255) = 31.53%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=31.37%
G=31.53%
B=37.10%

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
Decimal1861872200.150.1500.14238.2432.6979.61
HexBABBDCFF0Eee2150
Octal272273334171701635641120
Binary1011101010111011110111001111111101110111011101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABBDC; }

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

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

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

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

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

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

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

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