#AEBAC5

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

Shades of Heather #AEBAC5

Tints of Heather #AEBAC5

Color information

#AEBAC5 (or 0xAEBAC5) is unknown color: approx Heather. HEX triplet: AE, BA and C5. RGB value is (174,186,197). Sum of RGB (Red+Green+Blue) = 174+186+197=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 197 - color contains mainly: blue. Hex color #AEBAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBAC5 is #51453A. Grayscale: #B7B7B7. Windows color (decimal): -5326139 or 12958382. OLE color: 12958382.

HSL color Cylindrical-coordinate representation of color #AEBAC5: hue angle of 208.7º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEBAC5 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB174186197-
CMYK0.120.0600.23
HSL208.7º16.55%72.75%-
HSV(B)208.7º11.68%77.25%-
XYZ45.0948.1559.74-
YUV183.67135.52121.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.24%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 197 (77.34% from 255) = 35.37%
R=31.24%
G=33.39%
B=35.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741861970.120.0600.23208.716.5572.75
HexAEBAC5C6017d11149
Octal25627230514602732121111
Binary101011101011101011000101110011001011111010001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBAC5; }

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

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

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

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

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

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

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

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