#BABED6

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

Shades of Lavender Grey #BABED6

Tints of Lavender Grey #BABED6

Color information

#BABED6 (or 0xBABED6) is unknown color: approx Lavender Grey. HEX triplet: BA, BE and D6. RGB value is (186,190,214). Sum of RGB (Red+Green+Blue) = 186+190+214=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 214 (83.98% from 255 or 36.27% from 590); Max value from RGB is 214 - color contains mainly: blue. Hex color #BABED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABED6 is #454129. Grayscale: #BFBFBF. Windows color (decimal): -4538666 or 14073530. OLE color: 14073530.

HSL color Cylindrical-coordinate representation of color #BABED6: hue angle of 231.43º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BABED6 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186190214-
CMYK0.130.1100.16
HSL231.43º25.45%78.43%-
HSV(B)231.43º13.08%83.92%-
XYZ50.852.1271-
YUV191.54140.67124.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.53%
GREEN value IS 190 (74.61% from 255) = 32.20%
BLUE value IS 214 (83.98% from 255) = 36.27%
R=31.53%
G=32.20%
B=36.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861902140.130.1100.16231.4325.4578.43
HexBABED6DB010e7194e
Octal272276326151302034731116
Binary1011101010111110110101101101101101000011100111110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABED6; }

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

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

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

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

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

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

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

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