#AABAC8

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

Shades of Heather #AABAC8

Tints of Heather #AABAC8

Color information

#AABAC8 (or 0xAABAC8) is unknown color: approx Heather. HEX triplet: AA, BA and C8. RGB value is (170,186,200). Sum of RGB (Red+Green+Blue) = 170+186+200=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 200 (78.52% from 255 or 35.97% from 556); Max value from RGB is 200 - color contains mainly: blue. Hex color #AABAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABAC8 is #554537. Grayscale: #B6B6B6. Windows color (decimal): -5588280 or 13154986. OLE color: 13154986.

HSL color Cylindrical-coordinate representation of color #AABAC8: hue angle of 208º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AABAC8 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB170186200-
CMYK0.150.0700.22
HSL208º21.43%72.55%-
HSV(B)208º15%78.43%-
XYZ44.5647.8361.53-
YUV182.81137.7118.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.58%
GREEN value IS 186 (73.05% from 255) = 33.45%
BLUE value IS 200 (78.52% from 255) = 35.97%
R=30.58%
G=33.45%
B=35.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701862000.150.0700.2220821.4372.55
HexAABAC8F7016d01549
Octal25227231017702632025111
Binary101010101011101011001000111111101011011010000101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABAC8; }

 p { color: rgb(170,186,200); }

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

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

 a { background-color: rgb(170,186,200); }

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

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

 span { border-color: rgb(170,186,200); }

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