#ACBDBE

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

Shades of Jungle Mist #ACBDBE

Tints of Jungle Mist #ACBDBE

Color information

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

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

Color convert

RGB172189190-
CMYK0.090.0100.25
HSL183.33º12.16%70.98%-
HSV(B)183.33º9.47%74.51%-
XYZ44.5148.8855.8-
YUV184.03131.37119.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721891900.090.0100.25183.3312.1670.98
HexACBDBE91019b7c47
Octal25427527611103126714107
Binary101011001011110110111110100110110011011011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDBE; }

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

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

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

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

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

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

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

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