#AEBCC9

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

Shades of Heather #AEBCC9

Tints of Heather #AEBCC9

Color information

#AEBCC9 (or 0xAEBCC9) is unknown color: approx Heather. HEX triplet: AE, BC and C9. RGB value is (174,188,201). Sum of RGB (Red+Green+Blue) = 174+188+201=563 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.91% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 201 (78.91% from 255 or 35.70% from 563); Max value from RGB is 201 - color contains mainly: blue. Hex color #AEBCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCC9 is #514336. Grayscale: #B9B9B9. Windows color (decimal): -5325623 or 13221038. OLE color: 13221038.

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

Color convert

RGB174188201-
CMYK0.130.0600.21
HSL208.89º20%73.53%-
HSV(B)208.89º13.43%78.82%-
XYZ45.9849.1862.33-
YUV185.3136.86119.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.91%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 201 (78.91% from 255) = 35.70%
R=30.91%
G=33.39%
B=35.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741882010.130.0600.21208.892073.53
HexAEBCC9D6015d1144a
Octal25627431115602532124112
Binary101011101011110011001001110111001010111010001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCC9; }

 p { color: rgb(174,188,201); }

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

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

 a { background-color: rgb(174,188,201); }

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

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

 span { border-color: rgb(174,188,201); }

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