#AEBCC4

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

Shades of Heather #AEBCC4

Tints of Heather #AEBCC4

Color information

#AEBCC4 (or 0xAEBCC4) is unknown color: approx Heather. HEX triplet: AE, BC and C4. RGB value is (174,188,196). Sum of RGB (Red+Green+Blue) = 174+188+196=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 196 (76.95% from 255 or 35.13% from 558); Max value from RGB is 196 - color contains mainly: blue. Hex color #AEBCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCC4 is #51433B. Grayscale: #B8B8B8. Windows color (decimal): -5325628 or 12893358. OLE color: 12893358.

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

Color convert

RGB174188196-
CMYK0.110.0400.23
HSL201.82º15.71%72.55%-
HSV(B)201.82º11.22%76.86%-
XYZ45.448.9559.28-
YUV184.73134.36120.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.18%
GREEN value IS 188 (73.83% from 255) = 33.69%
BLUE value IS 196 (76.95% from 255) = 35.13%
R=31.18%
G=33.69%
B=35.13%

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
Decimal1741881960.110.0400.23201.8215.7172.55
HexAEBCC4B4017ca1049
Octal25627430413402731220111
Binary101011101011110011000100101110001011111001010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCC4; }

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

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

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

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

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

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

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

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