#ACBEBF

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

Shades of Jungle Mist #ACBEBF

Tints of Jungle Mist #ACBEBF

Color information

#ACBEBF (or 0xACBEBF) is unknown color: approx Jungle Mist. HEX triplet: AC, BE and BF. RGB value is (172,190,191). Sum of RGB (Red+Green+Blue) = 172+190+191=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 191 - color contains mainly: blue. Hex color #ACBEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBEBF is #534140. Grayscale: #B8B8B8. Windows color (decimal): -5456193 or 12566188. OLE color: 12566188.

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

Color convert

RGB172190191-
CMYK0.100.0100.25
HSL183.16º12.93%71.18%-
HSV(B)183.16º9.95%74.9%-
XYZ44.8349.3656.45-
YUV184.73131.54118.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.10%
GREEN value IS 190 (74.61% from 255) = 34.36%
BLUE value IS 191 (75% from 255) = 34.54%
R=31.10%
G=34.36%
B=34.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721901910.100.0100.25183.1612.9371.18
HexACBEBFA1019b7d47
Octal25427627712103126715107
Binary101011001011111010111111101010110011011011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBEBF; }

 p { color: rgb(172,190,191); }

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

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

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

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

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

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

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