#BABED1

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

Shades of Lavender Grey #BABED1

Tints of Lavender Grey #BABED1

Color information

#BABED1 (or 0xBABED1) is unknown color: approx Lavender Grey. HEX triplet: BA, BE and D1. RGB value is (186,190,209). Sum of RGB (Red+Green+Blue) = 186+190+209=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 209 - color contains mainly: blue. Hex color #BABED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABED1 is #45412E. Grayscale: #BEBEBE. Windows color (decimal): -4538671 or 13745850. OLE color: 13745850.

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

Color convert

RGB186190209-
CMYK0.110.0900.18
HSL229.57º20%77.45%-
HSV(B)229.57º11%81.96%-
XYZ50.1751.8767.69-
YUV190.97138.17124.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.79%
GREEN value IS 190 (74.61% from 255) = 32.48%
BLUE value IS 209 (82.03% from 255) = 35.73%
R=31.79%
G=32.48%
B=35.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861902090.110.0900.18229.572077.45
HexBABED1B9012e6144d
Octal272276321131102234624115
Binary1011101010111110110100011011100101001011100110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABED1; }

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

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

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

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

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

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

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

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