Html Css Color HEX #ACBEC0 Jungle Mist

📋 copy color: '#ACBEC0'

red 172 ◦ green 190 ◦ blue 192

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

Shades of Jungle Mist #ACBEC0

Tints of Jungle Mist #ACBEC0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.3%

 BLUE value IS 192 (75.39% from 255) = 34.66%

R = 31.05%
G = 34.3%
B = 34.66%

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

#ACBEC0 (or 0xACBEC0) is known color: Jungle Mist. HEX triplet: AC, BE and C0. RGB value is (172,190,192). Sum of RGB (Red+Green+Blue) = 172+190+192=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 192 - color contains mainly: blue. Hex color #ACBEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBEC0 is #53413F. Grayscale: #B8B8B8. Windows color (decimal): -5456192 or 12631724. OLE color: 12631724.

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

Color convert

RGB 172 190 192 -
CMYK 0.10 0.01 0 0.25
HSL 186º 0.14% 0.71% -
HSV(B) 186º 0.1% 0.75% -
XYZ 44.94 49.4 57.04 -
YUV 184.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 172 190 192 0.10 0.01 0 0.25 186 0.14 0.71
Hex AC BE C0 A 1 0 19 BA E 47
Octal 254 276 300 12 1 0 31 272 16 107
Binary 10101100 10111110 11000000 1010 1 0 11001 10111010 1110 1000111

Color Harmonies of #ACBEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBEC0

Black with #ACBEC0

Text Example


Text Example

White with #ACBEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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