#AEBABF

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

Shades of Heather #AEBABF

Tints of Heather #AEBABF

Color information

#AEBABF (or 0xAEBABF) is unknown color: approx Heather. HEX triplet: AE, BA and BF. RGB value is (174,186,191). Sum of RGB (Red+Green+Blue) = 174+186+191=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 191 - color contains mainly: blue. Hex color #AEBABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBABF is #514540. Grayscale: #B6B6B6. Windows color (decimal): -5326145 or 12565166. OLE color: 12565166.

HSL color Cylindrical-coordinate representation of color #AEBABF: hue angle of 197.65º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEBABF is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174186191-
CMYK0.090.0300.25
HSL197.65º11.72%71.57%-
HSV(B)197.65º8.9%74.9%-
XYZ44.4247.8856.19-
YUV182.98132.52121.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.58%
GREEN value IS 186 (73.05% from 255) = 33.76%
BLUE value IS 191 (75% from 255) = 34.66%
R=31.58%
G=33.76%
B=34.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741861910.090.0300.25197.6511.7271.57
HexAEBABF93019c6c48
Octal25627227711303130614110
Binary1010111010111010101111111001110110011100011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBABF; }

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

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

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

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

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

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

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

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