Html Css Color HEX #ACBDBC Jungle Mist

📋 copy color: '#ACBDBC'

red 172 ◦ green 189 ◦ blue 188

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

Shades of Jungle Mist #ACBDBC

Tints of Jungle Mist #ACBDBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.24%

R = 31.33%
G = 34.43%
B = 34.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#ACBDBC (or 0xACBDBC) is known color: Jungle Mist. HEX triplet: AC, BD and BC. RGB value is (172,189,188). Sum of RGB (Red+Green+Blue) = 172+189+188=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDBC is #534243. Grayscale: #B7B7B7. Windows color (decimal): -5456452 or 12369324. OLE color: 12369324.

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

Color convert

RGB 172 189 188 -
CMYK 0.09 0 0.01 0.26
HSL 176.47º 0.11% 0.71% -
HSV(B) 176.47º 0.09% 0.74% -
XYZ 44.29 48.8 54.66 -
YUV 183.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 172 189 188 0.09 0 0.01 0.26 176.47 0.11 0.71
Hex AC BD BC 9 0 1 1A B0 B 47
Octal 254 275 274 11 0 1 32 260 13 107
Binary 10101100 10111101 10111100 1001 0 1 11010 10110000 1011 1000111

Color Harmonies of #ACBDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBDBC

Black with #ACBDBC

Text Example


Text Example

White with #ACBDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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