Shades of Jungle Mist #ABCBCB
Tints of Jungle Mist #ABCBCB
RGB
CMYK
RGB Variations
Color information
#ABCBCB (or 0xABCBCB) is known color: Jungle Mist. HEX triplet: AB, CB and CB. RGB value is (171,203,203). Sum of RGB (Red+Green+Blue) = 171+203+203=577 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.64% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #ABCBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBCB is #543434. Grayscale: #C1C1C1. Windows color (decimal): -5518389 or 13355947. OLE color: 13355947.
HSL color Cylindrical-coordinate representation of color #ABCBCB: hue angle of 180º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABCBCB is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 203 | - |
| CMYK | 0.16 | 0 | 0 | 0.20 |
| HSL | 180º | 0.24% | 0.73% | - |
| HSV(B) | 180º | 0.16% | 0.8% | - |
| XYZ | 48.93 | 55.68 | 64.67 | - |
| YUV | 193.43 | 133.4 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 203 | 0.16 | 0 | 0 | 0.20 | 180 | 0.24 | 0.73 |
| Hex | AB | CB | CB | 10 | 0 | 0 | 14 | B4 | 18 | 49 |
| Octal | 253 | 313 | 313 | 20 | 0 | 0 | 24 | 264 | 30 | 111 |
| Binary | 10101011 | 11001011 | 11001011 | 10000 | 0 | 0 | 10100 | 10110100 | 11000 | 1001001 |
Color Harmonies of #ABCBCB
Complementary color
Monochromatic Colors of #ABCBCB
Black with #ABCBCB
Text Example
Text Example
White with #ABCBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCBCB; }
p { color: rgb(171,203,203); }
H1.HeaderClassName
{
color: #ABCBCB;
}
.AnyTagClassName
{
color: #ABCBCB;
}
</style>
background-color css
<style>
a { background-color: #ABCBCB; }
a { background-color: rgb(171,203,203); }
div.DivClassName
{
background-color: #ABCBCB;
}
.BgClassName
{
background-color: #ABCBCB;
}
</style>
border-color css
<style>
span { border-color: #ABCBCB; }
span { border-color: rgb(171,203,203); }
td.TdClassName
{
border-color: #ABCBCB;
}
.TagClassName
{
border-color: #ABCBCB;
}
</style>