Shades of Jungle Mist #AFBCBD
Tints of Jungle Mist #AFBCBD
RGB
CMYK
RGB Variations
Color information
#AFBCBD (or 0xAFBCBD) is known color: Jungle Mist. HEX triplet: AF, BC and BD. RGB value is (175,188,189). Sum of RGB (Red+Green+Blue) = 175+188+189=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFBCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCBD is #504342. Grayscale: #B8B8B8. Windows color (decimal): -5260099 or 12434607. OLE color: 12434607.
HSL color Cylindrical-coordinate representation of color #AFBCBD: hue angle of 184.29º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFBCBD is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 189 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.26 |
| HSL | 184.29º | 0.1% | 0.71% | - |
| HSV(B) | 184.29º | 0.07% | 0.74% | - |
| XYZ | 44.85 | 48.75 | 55.19 | - |
| YUV | 184.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 189 | 0.07 | 0.01 | 0 | 0.26 | 184.29 | 0.1 | 0.71 |
| Hex | AF | BC | BD | 7 | 1 | 0 | 1A | B8 | A | 47 |
| Octal | 257 | 274 | 275 | 7 | 1 | 0 | 32 | 270 | 12 | 107 |
| Binary | 10101111 | 10111100 | 10111101 | 111 | 1 | 0 | 11010 | 10111000 | 1010 | 1000111 |
Color Harmonies of #AFBCBD
Complementary color
Monochromatic Colors of #AFBCBD
Black with #AFBCBD
Text Example
Text Example
White with #AFBCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBCBD; }
p { color: rgb(175,188,189); }
H1.HeaderClassName
{
color: #AFBCBD;
}
.AnyTagClassName
{
color: #AFBCBD;
}
</style>
background-color css
<style>
a { background-color: #AFBCBD; }
a { background-color: rgb(175,188,189); }
div.DivClassName
{
background-color: #AFBCBD;
}
.BgClassName
{
background-color: #AFBCBD;
}
</style>
border-color css
<style>
span { border-color: #AFBCBD; }
span { border-color: rgb(175,188,189); }
td.TdClassName
{
border-color: #AFBCBD;
}
.TagClassName
{
border-color: #AFBCBD;
}
</style>