#AABFC2

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

Shades of Jungle Mist #AABFC2

Tints of Jungle Mist #AABFC2

Color information

#AABFC2 (or 0xAABFC2) is unknown color: approx Jungle Mist. HEX triplet: AA, BF and C2. RGB value is (170,191,194). Sum of RGB (Red+Green+Blue) = 170+191+194=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 194 - color contains mainly: blue. Hex color #AABFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFC2 is #55403D. Grayscale: #B9B9B9. Windows color (decimal): -5587006 or 12763050. OLE color: 12763050.

HSL color Cylindrical-coordinate representation of color #AABFC2: hue angle of 187.5º 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 #AABFC2 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170191194-
CMYK0.120.0200.24
HSL187.5º16.44%71.37%-
HSV(B)187.5º12.37%76.08%-
XYZ44.9549.758.26-
YUV185.06133.04117.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.63%
GREEN value IS 191 (75% from 255) = 34.41%
BLUE value IS 194 (76.17% from 255) = 34.95%
R=30.63%
G=34.41%
B=34.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701911940.120.0200.24187.516.4471.37
HexAABFC2C2018bb1047
Octal25227730214203027320107
Binary10101010101111111100001011001001100010111011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFC2; }

 p { color: rgb(170,191,194); }

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

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

 a { background-color: rgb(170,191,194); }

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

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

 span { border-color: rgb(170,191,194); }

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