#AEBBC5

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

Shades of Heather #AEBBC5

Tints of Heather #AEBBC5

Color information

#AEBBC5 (or 0xAEBBC5) is unknown color: approx Heather. HEX triplet: AE, BB and C5. RGB value is (174,187,197). Sum of RGB (Red+Green+Blue) = 174+187+197=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 197 - color contains mainly: blue. Hex color #AEBBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBC5 is #51443A. Grayscale: #B8B8B8. Windows color (decimal): -5325883 or 12958638. OLE color: 12958638.

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

Color convert

RGB174187197-
CMYK0.120.0500.23
HSL206.09º16.55%72.75%-
HSV(B)206.09º11.68%77.25%-
XYZ45.348.5759.81-
YUV184.25135.19120.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.18%
GREEN value IS 187 (73.44% from 255) = 33.51%
BLUE value IS 197 (77.34% from 255) = 35.30%
R=31.18%
G=33.51%
B=35.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741871970.120.0500.23206.0916.5572.75
HexAEBBC5C5017ce1149
Octal25627330514502731621111
Binary101011101011101111000101110010101011111001110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBC5; }

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

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

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

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

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

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

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

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