#AEBBC4

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

Shades of Heather #AEBBC4

Tints of Heather #AEBBC4

Color information

#AEBBC4 (or 0xAEBBC4) is unknown color: approx Heather. HEX triplet: AE, BB and C4. RGB value is (174,187,196). Sum of RGB (Red+Green+Blue) = 174+187+196=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 196 - color contains mainly: blue. Hex color #AEBBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBC4 is #51443B. Grayscale: #B8B8B8. Windows color (decimal): -5325884 or 12893102. OLE color: 12893102.

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

Color convert

RGB174187196-
CMYK0.110.0500.23
HSL204.55º15.71%72.55%-
HSV(B)204.55º11.22%76.86%-
XYZ45.1948.5259.21-
YUV184.14134.69120.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.24%
GREEN value IS 187 (73.44% from 255) = 33.57%
BLUE value IS 196 (76.95% from 255) = 35.19%
R=31.24%
G=33.57%
B=35.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741871960.110.0500.23204.5515.7172.55
HexAEBBC4B5017cd1049
Octal25627330413502731520111
Binary101011101011101111000100101110101011111001101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBC4; }

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

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

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

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

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

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

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

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