#AABDBF

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

Shades of Jungle Mist #AABDBF

Tints of Jungle Mist #AABDBF

Color information

#AABDBF (or 0xAABDBF) is unknown color: approx Jungle Mist. HEX triplet: AA, BD and BF. RGB value is (170,189,191). Sum of RGB (Red+Green+Blue) = 170+189+191=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 191 - color contains mainly: blue. Hex color #AABDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDBF is #554240. Grayscale: #B7B7B7. Windows color (decimal): -5587521 or 12565930. OLE color: 12565930.

HSL color Cylindrical-coordinate representation of color #AABDBF: hue angle of 185.71º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABDBF is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170189191-
CMYK0.110.0100.25
HSL185.71º14.09%70.78%-
HSV(B)185.71º10.99%74.9%-
XYZ44.1848.756.36-
YUV183.55132.21118.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.91%
GREEN value IS 189 (74.22% from 255) = 34.36%
BLUE value IS 191 (75% from 255) = 34.73%
R=30.91%
G=34.36%
B=34.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701891910.110.0100.25185.7114.0970.78
HexAABDBFB1019bae47
Octal25227527713103127216107
Binary101010101011110110111111101110110011011101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDBF; }

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

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

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

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

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

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

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

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