#ABBFBF

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

Shades of Jungle Mist #ABBFBF

Tints of Jungle Mist #ABBFBF

Color information

#ABBFBF (or 0xABBFBF) is unknown color: approx Jungle Mist. HEX triplet: AB, BF and BF. RGB value is (171,191,191). Sum of RGB (Red+Green+Blue) = 171+191+191=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #ABBFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFBF is #544040. Grayscale: #B9B9B9. Windows color (decimal): -5521473 or 12566443. OLE color: 12566443.

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

Color convert

RGB171191191-
CMYK0.10000.25
HSL180º13.51%70.98%-
HSV(B)180º10.47%74.9%-
XYZ44.8349.6856.52-
YUV185.02131.37118-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.92%
GREEN value IS 191 (75% from 255) = 34.54%
BLUE value IS 191 (75% from 255) = 34.54%
R=30.92%
G=34.54%
B=34.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711911910.10000.2518013.5170.98
HexABBFBFA0019b4e47
Octal25327727712003126416107
Binary101010111011111110111111101000110011011010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBFBF; }

 p { color: rgb(171,191,191); }

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

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

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

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

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

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

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