#AABBC6

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

Shades of Heather #AABBC6

Tints of Heather #AABBC6

Color information

#AABBC6 (or 0xAABBC6) is unknown color: approx Heather. HEX triplet: AA, BB and C6. RGB value is (170,187,198). Sum of RGB (Red+Green+Blue) = 170+187+198=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 198 (77.73% from 255 or 35.68% from 555); Max value from RGB is 198 - color contains mainly: blue. Hex color #AABBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBC6 is #554439. Grayscale: #B7B7B7. Windows color (decimal): -5588026 or 13024170. OLE color: 13024170.

HSL color Cylindrical-coordinate representation of color #AABBC6: hue angle of 203.57º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AABBC6 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB170187198-
CMYK0.140.0600.22
HSL203.57º19.72%72.16%-
HSV(B)203.57º14.14%77.65%-
XYZ44.5448.1660.38-
YUV183.17136.37118.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.63%
GREEN value IS 187 (73.44% from 255) = 33.69%
BLUE value IS 198 (77.73% from 255) = 35.68%
R=30.63%
G=33.69%
B=35.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701871980.140.0600.22203.5719.7272.16
HexAABBC6E6016cc1448
Octal25227330616602631424110
Binary101010101011101111000110111011001011011001100101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBC6; }

 p { color: rgb(170,187,198); }

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

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

 a { background-color: rgb(170,187,198); }

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

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

 span { border-color: rgb(170,187,198); }

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