Html Css Color HEX #AABFBD Jungle Mist

📋 copy color: '#AABFBD'

red 170 ◦ green 191 ◦ blue 189

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

Shades of Jungle Mist #AABFBD

Tints of Jungle Mist #AABFBD

RGB

 RED value IS 170 (66.8% from 255) = 30.91%

 GREEN value IS 191 (75% from 255) = 34.73%

 BLUE value IS 189 (74.22% from 255) = 34.36%

R = 30.91%
G = 34.73%
B = 34.36%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#AABFBD (or 0xAABFBD) is known color: Jungle Mist. HEX triplet: AA, BF and BD. RGB value is (170,191,189). Sum of RGB (Red+Green+Blue) = 170+191+189=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFBD is #554042. Grayscale: #B8B8B8. Windows color (decimal): -5587011 or 12435370. OLE color: 12435370.

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

Color convert

RGB 170 191 189 -
CMYK 0.11 0 0.01 0.25
HSL 174.29º 0.14% 0.71% -
HSV(B) 174.29º 0.11% 0.75% -
XYZ 44.39 49.48 55.36 -
YUV 184.49 130.54 117.66 -
System Red Green Blue C M Y K H S L
Decimal 170 191 189 0.11 0 0.01 0.25 174.29 0.14 0.71
Hex AA BF BD B 0 1 19 AE E 47
Octal 252 277 275 13 0 1 31 256 16 107
Binary 10101010 10111111 10111101 1011 0 1 11001 10101110 1110 1000111

Color Harmonies of #AABFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABFBD

Black with #AABFBD

Text Example


Text Example

White with #AABFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABFBD; }

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

 H1.HeaderClassName
 {
   color: #AABFBD;
 }
 .AnyTagClassName
 {
   color: #AABFBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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