#AEBEC4

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

Shades of Heather #AEBEC4

Tints of Heather #AEBEC4

Color information

#AEBEC4 (or 0xAEBEC4) is unknown color: approx Heather. HEX triplet: AE, BE and C4. RGB value is (174,190,196). Sum of RGB (Red+Green+Blue) = 174+190+196=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 196 (76.95% from 255 or 35% from 560); Max value from RGB is 196 - color contains mainly: blue. Hex color #AEBEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBEC4 is #51413B. Grayscale: #B9B9B9. Windows color (decimal): -5325116 or 12893870. OLE color: 12893870.

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

Color convert

RGB174190196-
CMYK0.110.0300.23
HSL196.36º15.71%72.55%-
HSV(B)196.36º11.22%76.86%-
XYZ45.8349.8159.42-
YUV185.9133.7119.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.07%
GREEN value IS 190 (74.61% from 255) = 33.93%
BLUE value IS 196 (76.95% from 255) = 35%
R=31.07%
G=33.93%
B=35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741901960.110.0300.23196.3615.7172.55
HexAEBEC4B3017c41049
Octal25627630413302730420111
Binary10101110101111101100010010111101011111000100100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBEC4; }

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

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

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

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

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

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

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

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