#AEC4CB

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

Shades of Heather #AEC4CB

Tints of Heather #AEC4CB

Color information

#AEC4CB (or 0xAEC4CB) is unknown color: approx Heather. HEX triplet: AE, C4 and CB. RGB value is (174,196,203). Sum of RGB (Red+Green+Blue) = 174+196+203=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 203 - color contains mainly: blue. Hex color #AEC4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC4CB is #513B34. Grayscale: #BEBEBE. Windows color (decimal): -5323573 or 13354158. OLE color: 13354158.

HSL color Cylindrical-coordinate representation of color #AEC4CB: hue angle of 194.48º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEC4CB is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174196203-
CMYK0.140.0300.20
HSL194.48º21.8%73.92%-
HSV(B)194.48º14.29%79.61%-
XYZ47.9752.7964.16-
YUV190.22135.21116.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.37%
GREEN value IS 196 (76.95% from 255) = 34.21%
BLUE value IS 203 (79.69% from 255) = 35.43%
R=30.37%
G=34.21%
B=35.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741962030.140.0300.20194.4821.873.92
HexAEC4CBE3014c2164a
Octal25630431316302430226112
Binary10101110110001001100101111101101010011000010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC4CB; }

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

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

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

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

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

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

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

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