#BABED9

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

Shades of Lavender Grey #BABED9

Tints of Lavender Grey #BABED9

Color information

#BABED9 (or 0xBABED9) is unknown color: approx Lavender Grey. HEX triplet: BA, BE and D9. RGB value is (186,190,217). Sum of RGB (Red+Green+Blue) = 186+190+217=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 217 - color contains mainly: blue. Hex color #BABED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABED9 is #454126. Grayscale: #BFBFBF. Windows color (decimal): -4538663 or 14270138. OLE color: 14270138.

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

Color convert

RGB186190217-
CMYK0.140.1200.15
HSL232.26º28.97%79.02%-
HSV(B)232.26º14.29%85.1%-
XYZ51.1952.2873.04-
YUV191.88142.17123.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.37%
GREEN value IS 190 (74.61% from 255) = 32.04%
BLUE value IS 217 (85.16% from 255) = 36.59%
R=31.37%
G=32.04%
B=36.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861902170.140.1200.15232.2628.9779.02
HexBABED9EC0Fe81d4f
Octal272276331161401735035117
Binary101110101011111011011001111011000111111101000111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABED9; }

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

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

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

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

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

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

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

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