#AEC0CB

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

Shades of Heather #AEC0CB

Tints of Heather #AEC0CB

Color information

#AEC0CB (or 0xAEC0CB) is unknown color: approx Heather. HEX triplet: AE, C0 and CB. RGB value is (174,192,203). Sum of RGB (Red+Green+Blue) = 174+192+203=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 203 - color contains mainly: blue. Hex color #AEC0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC0CB is #513F34. Grayscale: #BBBBBB. Windows color (decimal): -5324597 or 13353134. OLE color: 13353134.

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

Color convert

RGB174192203-
CMYK0.140.0500.20
HSL202.76º21.8%73.92%-
HSV(B)202.76º14.29%79.61%-
XYZ47.0851.0163.86-
YUV187.87136.54118.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.58%
GREEN value IS 192 (75.39% from 255) = 33.74%
BLUE value IS 203 (79.69% from 255) = 35.68%
R=30.58%
G=33.74%
B=35.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741922030.140.0500.20202.7621.873.92
HexAEC0CBE5014cb164a
Octal25630031316502431326112
Binary101011101100000011001011111010101010011001011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC0CB; }

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

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

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

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

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

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

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

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