Shades of Jungle Mist #ACCBCF
Tints of Jungle Mist #ACCBCF
RGB
CMYK
RGB Variations
Color information
#ACCBCF (or 0xACCBCF) is known color: 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
| RGB | 172 | 203 | 207 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.19 |
| HSL | 186.86º | 0.27% | 0.74% | - |
| HSV(B) | 186.86º | 0.17% | 0.81% | - |
| XYZ | 49.63 | 55.99 | 67.22 | - |
| YUV | 194.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 207 | 0.17 | 0.02 | 0 | 0.19 | 186.86 | 0.27 | 0.74 |
| Hex | AC | CB | CF | 11 | 2 | 0 | 13 | BB | 1B | 4A |
| Octal | 254 | 313 | 317 | 21 | 2 | 0 | 23 | 273 | 33 | 112 |
| Binary | 10101100 | 11001011 | 11001111 | 10001 | 10 | 0 | 10011 | 10111011 | 11011 | 1001010 |
Color Harmonies of #ACCBCF
Complementary color
Monochromatic Colors of #ACCBCF
Black with #ACCBCF
Text Example
Text Example
White with #ACCBCF
Text Example
Text Example
HTML Codes & Css Web 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>