#AEBDC4

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

Shades of Heather #AEBDC4

Tints of Heather #AEBDC4

Color information

#AEBDC4 (or 0xAEBDC4) is unknown color: approx Heather. HEX triplet: AE, BD and C4. RGB value is (174,189,196). Sum of RGB (Red+Green+Blue) = 174+189+196=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 196 - color contains mainly: blue. Hex color #AEBDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDC4 is #51423B. Grayscale: #B9B9B9. Windows color (decimal): -5325372 or 12893614. OLE color: 12893614.

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

Color convert

RGB174189196-
CMYK0.110.0400.23
HSL199.09º15.71%72.55%-
HSV(B)199.09º11.22%76.86%-
XYZ45.6249.3859.35-
YUV185.31134.03119.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.13%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 196 (76.95% from 255) = 35.06%
R=31.13%
G=33.81%
B=35.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741891960.110.0400.23199.0915.7172.55
HexAEBDC4B4017c71049
Octal25627530413402730720111
Binary101011101011110111000100101110001011111000111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDC4; }

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

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

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

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

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

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

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

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