#ACBEBD

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

Shades of Jungle Mist #ACBEBD

Tints of Jungle Mist #ACBEBD

Color information

#ACBEBD (or 0xACBEBD) is unknown color: approx Jungle Mist. HEX triplet: AC, BE and BD. RGB value is (172,190,189). Sum of RGB (Red+Green+Blue) = 172+190+189=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBEBD is #534142. Grayscale: #B8B8B8. Windows color (decimal): -5456195 or 12435116. OLE color: 12435116.

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

Color convert

RGB172190189-
CMYK0.0900.010.25
HSL176.67º12.16%70.98%-
HSV(B)176.67º9.47%74.51%-
XYZ44.6149.2755.3-
YUV184.5130.54119.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.22%
GREEN value IS 190 (74.61% from 255) = 34.48%
BLUE value IS 189 (74.22% from 255) = 34.30%
R=31.22%
G=34.48%
B=34.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721901890.0900.010.25176.6712.1670.98
HexACBEBD90119b1c47
Octal25427627511013126114107
Binary101011001011111010111101100101110011011000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBEBD; }

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

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

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

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

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

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

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

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