#BABCD1

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

Shades of Lavender Grey #BABCD1

Tints of Lavender Grey #BABCD1

Color information

#BABCD1 (or 0xBABCD1) is unknown color: approx Lavender Grey. HEX triplet: BA, BC and D1. RGB value is (186,188,209). Sum of RGB (Red+Green+Blue) = 186+188+209=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 209 - color contains mainly: blue. Hex color #BABCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCD1 is #45432E. Grayscale: #BDBDBD. Windows color (decimal): -4539183 or 13745338. OLE color: 13745338.

HSL color Cylindrical-coordinate representation of color #BABCD1: hue angle of 234.78º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BABCD1 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186188209-
CMYK0.110.1000.18
HSL234.78º20%77.45%-
HSV(B)234.78º11%81.96%-
XYZ49.7451.0167.55-
YUV189.8138.84125.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.90%
GREEN value IS 188 (73.83% from 255) = 32.25%
BLUE value IS 209 (82.03% from 255) = 35.85%
R=31.90%
G=32.25%
B=35.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861882090.110.1000.18234.782077.45
HexBABCD1BA012eb144d
Octal272274321131202235324115
Binary1011101010111100110100011011101001001011101011101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCD1; }

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

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

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

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

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

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

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

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