#ACCBCC

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

Shades of Jungle Mist #ACCBCC

Tints of Jungle Mist #ACCBCC

Color information

#ACCBCC (or 0xACCBCC) is unknown color: approx 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

RGB172203204-
CMYK0.160.0000.2
HSL181.88º23.88%73.73%-
HSV(B)181.88º15.69%80%-
XYZ49.2755.8465.31-
YUV193.84133.73112.42-

RGB Variations

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

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 (Cyan) values IS 0.16
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1722032040.160.0000.2181.8823.8873.73
HexACCBCC100014b6184a
Octal25431331420002426630112
Binary10101100110010111100110010000001010010110110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>