Shades of Jungle Mist #A8BFC3
Tints of Jungle Mist #A8BFC3
RGB
CMYK
RGB Variations
Color information
#A8BFC3 (or 0xA8BFC3) is known color: Jungle Mist. HEX triplet: A8, BF and C3. RGB value is (168,191,195). Sum of RGB (Red+Green+Blue) = 168+191+195=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 195 - color contains mainly: blue. Hex color #A8BFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BFC3 is #57403C. Grayscale: #B8B8B8. Windows color (decimal): -5718077 or 12828584. OLE color: 12828584.
HSL color Cylindrical-coordinate representation of color #A8BFC3: hue angle of 188.89º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8BFC3 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 191 | 195 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.24 |
| HSL | 188.89º | 0.18% | 0.71% | - |
| HSV(B) | 188.89º | 0.14% | 0.76% | - |
| XYZ | 44.63 | 49.53 | 58.84 | - |
| YUV | 184.58 | 133.88 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 195 | 0.14 | 0.02 | 0 | 0.24 | 188.89 | 0.18 | 0.71 |
| Hex | A8 | BF | C3 | E | 2 | 0 | 18 | BD | 12 | 47 |
| Octal | 250 | 277 | 303 | 16 | 2 | 0 | 30 | 275 | 22 | 107 |
| Binary | 10101000 | 10111111 | 11000011 | 1110 | 10 | 0 | 11000 | 10111101 | 10010 | 1000111 |
Color Harmonies of #A8BFC3
Complementary color
Monochromatic Colors of #A8BFC3
Black with #A8BFC3
Text Example
Text Example
White with #A8BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BFC3; }
p { color: rgb(168,191,195); }
H1.HeaderClassName
{
color: #A8BFC3;
}
.AnyTagClassName
{
color: #A8BFC3;
}
</style>
background-color css
<style>
a { background-color: #A8BFC3; }
a { background-color: rgb(168,191,195); }
div.DivClassName
{
background-color: #A8BFC3;
}
.BgClassName
{
background-color: #A8BFC3;
}
</style>
border-color css
<style>
span { border-color: #A8BFC3; }
span { border-color: rgb(168,191,195); }
td.TdClassName
{
border-color: #A8BFC3;
}
.TagClassName
{
border-color: #A8BFC3;
}
</style>