#BABDD9

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

Shades of Lavender Grey #BABDD9

Tints of Lavender Grey #BABDD9

Color information

#BABDD9 (or 0xBABDD9) is unknown color: approx Lavender Grey. HEX triplet: BA, BD and D9. RGB value is (186,189,217). Sum of RGB (Red+Green+Blue) = 186+189+217=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 217 (85.16% from 255 or 36.66% from 592); Max value from RGB is 217 - color contains mainly: blue. Hex color #BABDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDD9 is #454226. Grayscale: #BFBFBF. Windows color (decimal): -4538919 or 14269882. OLE color: 14269882.

HSL color Cylindrical-coordinate representation of color #BABDD9: hue angle of 234.19º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BABDD9 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186189217-
CMYK0.140.1300.15
HSL234.19º28.97%79.02%-
HSV(B)234.19º14.29%85.1%-
XYZ50.9751.8472.97-
YUV191.3142.51124.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.42%
GREEN value IS 189 (74.22% from 255) = 31.93%
BLUE value IS 217 (85.16% from 255) = 36.66%
R=31.42%
G=31.93%
B=36.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861892170.140.1300.15234.1928.9779.02
HexBABDD9ED0Fea1d4f
Octal272275331161501735235117
Binary101110101011110111011001111011010111111101010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABDD9; }

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

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

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

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

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

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

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

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