#AEBDC5

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

Shades of Heather #AEBDC5

Tints of Heather #AEBDC5

Color information

#AEBDC5 (or 0xAEBDC5) is unknown color: approx Heather. HEX triplet: AE, BD and C5. RGB value is (174,189,197). Sum of RGB (Red+Green+Blue) = 174+189+197=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 197 - color contains mainly: blue. Hex color #AEBDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDC5 is #51423A. Grayscale: #B9B9B9. Windows color (decimal): -5325371 or 12959150. OLE color: 12959150.

HSL color Cylindrical-coordinate representation of color #AEBDC5: hue angle of 200.87º 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 #AEBDC5 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB174189197-
CMYK0.120.0400.23
HSL200.87º16.55%72.75%-
HSV(B)200.87º11.68%77.25%-
XYZ45.7349.4359.95-
YUV185.43134.53119.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.07%
GREEN value IS 189 (74.22% from 255) = 33.75%
BLUE value IS 197 (77.34% from 255) = 35.18%
R=31.07%
G=33.75%
B=35.18%

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
Decimal1741891970.120.0400.23200.8716.5572.75
HexAEBDC5C4017c91149
Octal25627530514402731121111
Binary101011101011110111000101110010001011111001001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDC5; }

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

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

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

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

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

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

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

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