Html Css Color HEX #AABDBF Jungle Mist

📋 copy color: '#AABDBF'

red 170 ◦ green 189 ◦ blue 191

#AABDBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Mist #AABDBF

Tints of Jungle Mist #AABDBF

RGB

 RED value IS 170 (66.8% 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 value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AABDBF (or 0xAABDBF) is known color: 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

RGB 170 189 191 -
CMYK 0.11 0.01 0 0.25
HSL 185.71º 0.14% 0.71% -
HSV(B) 185.71º 0.11% 0.75% -
XYZ 44.18 48.7 56.36 -
YUV 183.55 132.21 118.34 -
System Red Green Blue C M Y K H S L
Decimal 170 189 191 0.11 0.01 0 0.25 185.71 0.14 0.71
Hex AA BD BF B 1 0 19 BA E 47
Octal 252 275 277 13 1 0 31 272 16 107
Binary 10101010 10111101 10111111 1011 1 0 11001 10111010 1110 1000111

Color Harmonies of #AABDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDBF

Black with #AABDBF

Text Example


Text Example

White with #AABDBF

Text Example


Text Example

HTML Codes & Css Web 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>