#AABDBE

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

Shades of Jungle Mist #AABDBE

Tints of Jungle Mist #AABDBE

Color information

#AABDBE (or 0xAABDBE) is unknown color: approx Jungle Mist. HEX triplet: AA, BD and BE. RGB value is (170,189,190). Sum of RGB (Red+Green+Blue) = 170+189+190=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 190 - color contains mainly: blue. Hex color #AABDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDBE is #554241. Grayscale: #B7B7B7. Windows color (decimal): -5587522 or 12500394. OLE color: 12500394.

HSL color Cylindrical-coordinate representation of color #AABDBE: hue angle of 183º degrees, saturation: 0.13, 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 #AABDBE is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170189190-
CMYK0.110.0100.25
HSL183º13.33%70.59%-
HSV(B)183º10.53%74.51%-
XYZ44.0748.6655.78-
YUV183.43131.71118.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.97%
GREEN value IS 189 (74.22% from 255) = 34.43%
BLUE value IS 190 (74.61% from 255) = 34.61%
R=30.97%
G=34.43%
B=34.61%

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
Decimal1701891900.110.0100.2518313.3370.59
HexAABDBEB1019b7d47
Octal25227527613103126715107
Binary101010101011110110111110101110110011011011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDBE; }

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

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

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

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

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

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

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

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