#AEBFC7

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

Shades of Heather #AEBFC7

Tints of Heather #AEBFC7

Color information

#AEBFC7 (or 0xAEBFC7) is unknown color: approx Heather. HEX triplet: AE, BF and C7. RGB value is (174,191,199). Sum of RGB (Red+Green+Blue) = 174+191+199=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 199 - color contains mainly: blue. Hex color #AEBFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFC7 is #514038. Grayscale: #BABABA. Windows color (decimal): -5324857 or 13090734. OLE color: 13090734.

HSL color Cylindrical-coordinate representation of color #AEBFC7: hue angle of 199.2º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEBFC7 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB174191199-
CMYK0.130.0400.22
HSL199.2º18.25%73.14%-
HSV(B)199.2º12.56%78.04%-
XYZ46.450.3861.31-
YUV186.83134.87118.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.85%
GREEN value IS 191 (75% from 255) = 33.87%
BLUE value IS 199 (78.12% from 255) = 35.28%
R=30.85%
G=33.87%
B=35.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741911990.130.0400.22199.218.2573.14
HexAEBFC7D4016c71249
Octal25627730715402630722111
Binary101011101011111111000111110110001011011000111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFC7; }

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

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

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

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

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

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

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

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