#AABECD

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

Shades of Heather #AABECD

Tints of Heather #AABECD

Color information

#AABECD (or 0xAABECD) is unknown color: approx Heather. HEX triplet: AA, BE and CD. RGB value is (170,190,205). Sum of RGB (Red+Green+Blue) = 170+190+205=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #AABECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABECD is #554132. Grayscale: #B9B9B9. Windows color (decimal): -5587251 or 13483690. OLE color: 13483690.

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

Color convert

RGB170190205-
CMYK0.170.0700.20
HSL205.71º25.93%73.53%-
HSV(B)205.71º17.07%80.39%-
XYZ46.0149.7864.94-
YUV185.73138.87116.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.09%
GREEN value IS 190 (74.61% from 255) = 33.63%
BLUE value IS 205 (80.47% from 255) = 36.28%
R=30.09%
G=33.63%
B=36.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701902050.170.0700.20205.7125.9373.53
HexAABECD117014ce1a4a
Octal25227631521702431632112
Binary1010101010111110110011011000111101010011001110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABECD; }

 p { color: rgb(170,190,205); }

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

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

 a { background-color: rgb(170,190,205); }

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

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

 span { border-color: rgb(170,190,205); }

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