Html Css Color HEX #ACBDBF Jungle Mist

📋 copy color: '#ACBDBF'

red 172 ◦ green 189 ◦ blue 191

#ACBDBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Mist #ACBDBF

Tints of Jungle Mist #ACBDBF

RGB

 RED value IS 172 (67.58% from 255) = 31.16%

 GREEN value IS 189 (74.22% from 255) = 34.24%

 BLUE value IS 191 (75% from 255) = 34.6%

R = 31.16%
G = 34.24%
B = 34.6%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ACBDBF (or 0xACBDBF) is known color: Jungle Mist. HEX triplet: AC, BD and BF. RGB value is (172,189,191). Sum of RGB (Red+Green+Blue) = 172+189+191=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 191 - color contains mainly: blue. Hex color #ACBDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDBF is #534240. Grayscale: #B8B8B8. Windows color (decimal): -5456449 or 12565932. OLE color: 12565932.

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

Color convert

RGB 172 189 191 -
CMYK 0.10 0.01 0 0.25
HSL 186.32º 0.13% 0.71% -
HSV(B) 186.32º 0.1% 0.75% -
XYZ 44.61 48.93 56.38 -
YUV 184.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 172 189 191 0.10 0.01 0 0.25 186.32 0.13 0.71
Hex AC BD BF A 1 0 19 BA D 47
Octal 254 275 277 12 1 0 31 272 15 107
Binary 10101100 10111101 10111111 1010 1 0 11001 10111010 1101 1000111

Color Harmonies of #ACBDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBDBF

Black with #ACBDBF

Text Example


Text Example

White with #ACBDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBDBF; }

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

 H1.HeaderClassName
 {
   color: #ACBDBF;
 }
 .AnyTagClassName
 {
   color: #ACBDBF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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