#AEC1C5

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

Shades of Heather #AEC1C5

Tints of Heather #AEC1C5

Color information

#AEC1C5 (or 0xAEC1C5) is unknown color: approx Heather. HEX triplet: AE, C1 and C5. RGB value is (174,193,197). Sum of RGB (Red+Green+Blue) = 174+193+197=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 197 - color contains mainly: blue. Hex color #AEC1C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC1C5 is #513E3A. Grayscale: #BBBBBB. Windows color (decimal): -5324347 or 12960174. OLE color: 12960174.

HSL color Cylindrical-coordinate representation of color #AEC1C5: hue angle of 190.43º 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 #AEC1C5 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB174193197-
CMYK0.120.0200.23
HSL190.43º16.55%72.75%-
HSV(B)190.43º11.68%77.25%-
XYZ46.651.1760.24-
YUV187.78133.21118.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.85%
GREEN value IS 193 (75.78% from 255) = 34.22%
BLUE value IS 197 (77.34% from 255) = 34.93%
R=30.85%
G=34.22%
B=34.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741931970.120.0200.23190.4316.5572.75
HexAEC1C5C2017be1149
Octal25630130514202727621111
Binary10101110110000011100010111001001011110111110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC1C5; }

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

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

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

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

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

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

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

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