#AEBAC7

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

Shades of Heather #AEBAC7

Tints of Heather #AEBAC7

Color information

#AEBAC7 (or 0xAEBAC7) is unknown color: approx Heather. HEX triplet: AE, BA and C7. RGB value is (174,186,199). Sum of RGB (Red+Green+Blue) = 174+186+199=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 199 - color contains mainly: blue. Hex color #AEBAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBAC7 is #514538. Grayscale: #B7B7B7. Windows color (decimal): -5326137 or 13089454. OLE color: 13089454.

HSL color Cylindrical-coordinate representation of color #AEBAC7: hue angle of 211.2º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEBAC7 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB174186199-
CMYK0.130.0700.22
HSL211.2º18.25%73.14%-
HSV(B)211.2º12.56%78.04%-
XYZ45.3248.2460.96-
YUV183.89136.52120.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.13%
GREEN value IS 186 (73.05% from 255) = 33.27%
BLUE value IS 199 (78.12% from 255) = 35.60%
R=31.13%
G=33.27%
B=35.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741861990.130.0700.22211.218.2573.14
HexAEBAC7D7016d31249
Octal25627230715702632322111
Binary101011101011101011000111110111101011011010011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBAC7; }

 p { color: rgb(174,186,199); }

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

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

 a { background-color: rgb(174,186,199); }

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

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

 span { border-color: rgb(174,186,199); }

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