#ABC0BE

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

Shades of Jungle Mist #ABC0BE

Tints of Jungle Mist #ABC0BE

Color information

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

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

Color convert

RGB171192190-
CMYK0.1100.010.25
HSL174.29º14.29%71.18%-
HSV(B)174.29º10.94%75.29%-
XYZ44.9450.0756.01-
YUV185.49130.54117.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711921900.1100.010.25174.2914.2971.18
HexABC0BEB0119aee47
Octal25330027613013125616107
Binary101010111100000010111110101101110011010111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC0BE; }

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

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

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

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

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

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

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

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