#BABDD1

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

Shades of Lavender Grey #BABDD1

Tints of Lavender Grey #BABDD1

Color information

#BABDD1 (or 0xBABDD1) is unknown color: approx Lavender Grey. HEX triplet: BA, BD and D1. RGB value is (186,189,209). Sum of RGB (Red+Green+Blue) = 186+189+209=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 209 - color contains mainly: blue. Hex color #BABDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDD1 is #45422E. Grayscale: #BEBEBE. Windows color (decimal): -4538927 or 13745594. OLE color: 13745594.

HSL color Cylindrical-coordinate representation of color #BABDD1: hue angle of 232.17º 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 #BABDD1 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186189209-
CMYK0.110.1000.18
HSL232.17º20%77.45%-
HSV(B)232.17º11%81.96%-
XYZ49.9651.4467.62-
YUV190.38138.51124.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.85%
GREEN value IS 189 (74.22% from 255) = 32.36%
BLUE value IS 209 (82.03% from 255) = 35.79%
R=31.85%
G=32.36%
B=35.79%

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
Decimal1861892090.110.1000.18232.172077.45
HexBABDD1BA012e8144d
Octal272275321131202235024115
Binary1011101010111101110100011011101001001011101000101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABDD1; }

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

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

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

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

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

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

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

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