#AEC2CA

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

Shades of Heather #AEC2CA

Tints of Heather #AEC2CA

Color information

#AEC2CA (or 0xAEC2CA) is unknown color: approx Heather. HEX triplet: AE, C2 and CA. RGB value is (174,194,202). Sum of RGB (Red+Green+Blue) = 174+194+202=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEC2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC2CA is #513D35. Grayscale: #BCBCBC. Windows color (decimal): -5324086 or 13288110. OLE color: 13288110.

HSL color Cylindrical-coordinate representation of color #AEC2CA: hue angle of 197.14º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEC2CA is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174194202-
CMYK0.140.0400.21
HSL197.14º20.9%73.73%-
HSV(B)197.14º13.86%79.22%-
XYZ47.4151.8563.39-
YUV188.93135.37117.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.53%
GREEN value IS 194 (76.17% from 255) = 34.04%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=30.53%
G=34.04%
B=35.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741942020.140.0400.21197.1420.973.73
HexAEC2CAE4015c5154a
Octal25630231216402530525112
Binary101011101100001011001010111010001010111000101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC2CA; }

 p { color: rgb(174,194,202); }

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

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

 a { background-color: rgb(174,194,202); }

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

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

 span { border-color: rgb(174,194,202); }

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