#ABBEC0

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

Shades of Jungle Mist #ABBEC0

Tints of Jungle Mist #ABBEC0

Color information

#ABBEC0 (or 0xABBEC0) is unknown color: approx Jungle Mist. HEX triplet: AB, BE and C0. RGB value is (171,190,192). Sum of RGB (Red+Green+Blue) = 171+190+192=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 192 - color contains mainly: blue. Hex color #ABBEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBEC0 is #54413F. Grayscale: #B8B8B8. Windows color (decimal): -5521728 or 12631723. OLE color: 12631723.

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

Color convert

RGB171190192-
CMYK0.110.0100.25
HSL185.71º14.29%71.18%-
HSV(B)185.71º10.94%75.29%-
XYZ44.7249.2957.03-
YUV184.55132.21118.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.92%
GREEN value IS 190 (74.61% from 255) = 34.36%
BLUE value IS 192 (75.39% from 255) = 34.72%
R=30.92%
G=34.36%
B=34.72%

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
Decimal1711901920.110.0100.25185.7114.2971.18
HexABBEC0B1019bae47
Octal25327630013103127216107
Binary101010111011111011000000101110110011011101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBEC0; }

 p { color: rgb(171,190,192); }

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

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

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

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

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

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

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