Html Css Color HEX #ACCBCC Jungle Mist

📋 copy color: '#ACCBCC'

red 172 ◦ green 203 ◦ blue 204

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

Shades of Jungle Mist #ACCBCC

Tints of Jungle Mist #ACCBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.06%

 BLUE value IS 204 (80.08% from 255) = 35.23%

R = 29.71%
G = 35.06%
B = 35.23%

CMYK

 C value IS 0.16

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ACCBCC (or 0xACCBCC) is known color: Jungle Mist. HEX triplet: AC, CB and CC. RGB value is (172,203,204). Sum of RGB (Red+Green+Blue) = 172+203+204=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACCBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBCC is #533433. Grayscale: #C1C1C1. Windows color (decimal): -5452852 or 13421484. OLE color: 13421484.

HSL color Cylindrical-coordinate representation of color #ACCBCC: hue angle of 181.88º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACCBCC is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 203 204 -
CMYK 0.16 0.00 0 0.2
HSL 181.88º 0.24% 0.74% -
HSV(B) 181.88º 0.16% 0.8% -
XYZ 49.27 55.84 65.31 -
YUV 193.85 133.73 112.42 -
System Red Green Blue C M Y K H S L
Decimal 172 203 204 0.16 0.00 0 0.2 181.88 0.24 0.74
Hex AC CB CC 10 0 0 14 B6 18 4A
Octal 254 313 314 20 0 0 24 266 30 112
Binary 10101100 11001011 11001100 10000 0 0 10100 10110110 11000 1001010

Color Harmonies of #ACCBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCBCC

Black with #ACCBCC

Text Example


Text Example

White with #ACCBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCBCC; }

 p { color: rgb(172,203,204); }

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

background-color css

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

 a { background-color: rgb(172,203,204); }

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

border-color css

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

 span { border-color: rgb(172,203,204); }

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