#AEBEC9

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

Shades of Heather #AEBEC9

Tints of Heather #AEBEC9

Color information

#AEBEC9 (or 0xAEBEC9) is unknown color: approx Heather. HEX triplet: AE, BE and C9. RGB value is (174,190,201). Sum of RGB (Red+Green+Blue) = 174+190+201=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 201 - color contains mainly: blue. Hex color #AEBEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBEC9 is #514136. Grayscale: #BABABA. Windows color (decimal): -5325111 or 13221550. OLE color: 13221550.

HSL color Cylindrical-coordinate representation of color #AEBEC9: hue angle of 204.44º 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 #AEBEC9 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174190201-
CMYK0.130.0500.21
HSL204.44º20%73.53%-
HSV(B)204.44º13.43%78.82%-
XYZ46.4150.0462.47-
YUV186.47136.2119.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.80%
GREEN value IS 190 (74.61% from 255) = 33.63%
BLUE value IS 201 (78.91% from 255) = 35.58%
R=30.80%
G=33.63%
B=35.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741902010.130.0500.21204.442073.53
HexAEBEC9D5015cc144a
Octal25627631115502531424112
Binary101011101011111011001001110110101010111001100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBEC9; }

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

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

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

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

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

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

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

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