#AEBEC5

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

Shades of Heather #AEBEC5

Tints of Heather #AEBEC5

Color information

#AEBEC5 (or 0xAEBEC5) is unknown color: approx Heather. HEX triplet: AE, BE and C5. RGB value is (174,190,197). Sum of RGB (Red+Green+Blue) = 174+190+197=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 197 - color contains mainly: blue. Hex color #AEBEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBEC5 is #51413A. Grayscale: #B9B9B9. Windows color (decimal): -5325115 or 12959406. OLE color: 12959406.

HSL color Cylindrical-coordinate representation of color #AEBEC5: hue angle of 198.26º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEBEC5 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB174190197-
CMYK0.120.0400.23
HSL198.26º16.55%72.75%-
HSV(B)198.26º11.68%77.25%-
XYZ45.9549.8660.02-
YUV186.01134.2119.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.02%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 197 (77.34% from 255) = 35.12%
R=31.02%
G=33.87%
B=35.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741901970.120.0400.23198.2616.5572.75
HexAEBEC5C4017c61149
Octal25627630514402730621111
Binary101011101011111011000101110010001011111000110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBEC5; }

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

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

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

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

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

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

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

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