#ACCBCF

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

Shades of Jungle Mist #ACCBCF

Tints of Jungle Mist #ACCBCF

Color information

#ACCBCF (or 0xACCBCF) is unknown color: approx Jungle Mist. HEX triplet: AC, CB and CF. RGB value is (172,203,207). Sum of RGB (Red+Green+Blue) = 172+203+207=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACCBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBCF is #533430. Grayscale: #C2C2C2. Windows color (decimal): -5452849 or 13618092. OLE color: 13618092.

HSL color Cylindrical-coordinate representation of color #ACCBCF: hue angle of 186.86º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCBCF is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172203207-
CMYK0.170.0200.19
HSL186.86º26.72%74.31%-
HSV(B)186.86º16.91%81.18%-
XYZ49.6355.9967.22-
YUV194.19135.23112.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.55%
GREEN value IS 203 (79.69% from 255) = 34.88%
BLUE value IS 207 (81.25% from 255) = 35.57%
R=29.55%
G=34.88%
B=35.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722032070.170.0200.19186.8626.7274.31
HexACCBCF112013bb1b4a
Octal25431331721202327333112
Binary101011001100101111001111100011001001110111011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBCF; }

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

 H1.HeaderClassName
 {
   color: #ACCBCF;
 }
 .AnyTagClassName
 {
   color: #ACCBCF;
 }
</style>
background-color css

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

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

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

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

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

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