#AEBFC9

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

Shades of Heather #AEBFC9

Tints of Heather #AEBFC9

Color information

#AEBFC9 (or 0xAEBFC9) is unknown color: approx Heather. HEX triplet: AE, BF and C9. RGB value is (174,191,201). Sum of RGB (Red+Green+Blue) = 174+191+201=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 201 - color contains mainly: blue. Hex color #AEBFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFC9 is #514036. Grayscale: #BBBBBB. Windows color (decimal): -5324855 or 13221806. OLE color: 13221806.

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

Color convert

RGB174191201-
CMYK0.130.0500.21
HSL202.22º20%73.53%-
HSV(B)202.22º13.43%78.82%-
XYZ46.6350.4862.54-
YUV187.06135.87118.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.74%
GREEN value IS 191 (75% from 255) = 33.75%
BLUE value IS 201 (78.91% from 255) = 35.51%
R=30.74%
G=33.75%
B=35.51%

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
Decimal1741912010.130.0500.21202.222073.53
HexAEBFC9D5015ca144a
Octal25627731115502531224112
Binary101011101011111111001001110110101010111001010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFC9; }

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

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

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

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

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

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

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

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