#AABCC1

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

Shades of Heather #AABCC1

Tints of Heather #AABCC1

Color information

#AABCC1 (or 0xAABCC1) is unknown color: approx Heather. HEX triplet: AA, BC and C1. RGB value is (170,188,193). Sum of RGB (Red+Green+Blue) = 170+188+193=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 193 (75.78% from 255 or 35.03% from 551); Max value from RGB is 193 - color contains mainly: blue. Hex color #AABCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCC1 is #55433E. Grayscale: #B7B7B7. Windows color (decimal): -5587775 or 12696746. OLE color: 12696746.

HSL color Cylindrical-coordinate representation of color #AABCC1: hue angle of 193.04º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AABCC1 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170188193-
CMYK0.120.0300.24
HSL193.04º15.65%71.18%-
HSV(B)193.04º11.92%75.69%-
XYZ44.1948.3657.46-
YUV183.19133.54118.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.85%
GREEN value IS 188 (73.83% from 255) = 34.12%
BLUE value IS 193 (75.78% from 255) = 35.03%
R=30.85%
G=34.12%
B=35.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701881930.120.0300.24193.0415.6571.18
HexAABCC1C3018c11047
Octal25227430114303030120107
Binary10101010101111001100000111001101100011000001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCC1; }

 p { color: rgb(170,188,193); }

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

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

 a { background-color: rgb(170,188,193); }

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

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

 span { border-color: rgb(170,188,193); }

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