Shades of Jungle Mist #B8CFCF
Tints of Jungle Mist #B8CFCF
RGB
CMYK
RGB Variations
Color information
#B8CFCF (or 0xB8CFCF) is known color: Jungle Mist. HEX triplet: B8, CF and CF. RGB value is (184,207,207). Sum of RGB (Red+Green+Blue) = 184+207+207=598 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.77% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #B8CFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CFCF is #473030. Grayscale: #C8C8C8. Windows color (decimal): -4665393 or 13619128. OLE color: 13619128.
HSL color Cylindrical-coordinate representation of color #B8CFCF: hue angle of 180º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8CFCF is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 207 | 207 | - |
| CMYK | 0.11 | 0 | 0 | 0.19 |
| HSL | 180º | 0.19% | 0.77% | - |
| HSV(B) | 180º | 0.11% | 0.81% | - |
| XYZ | 53.34 | 59.32 | 67.67 | - |
| YUV | 200.12 | 131.88 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 207 | 207 | 0.11 | 0 | 0 | 0.19 | 180 | 0.19 | 0.77 |
| Hex | B8 | CF | CF | B | 0 | 0 | 13 | B4 | 13 | 4D |
| Octal | 270 | 317 | 317 | 13 | 0 | 0 | 23 | 264 | 23 | 115 |
| Binary | 10111000 | 11001111 | 11001111 | 1011 | 0 | 0 | 10011 | 10110100 | 10011 | 1001101 |
Color Harmonies of #B8CFCF
Complementary color
Monochromatic Colors of #B8CFCF
Black with #B8CFCF
Text Example
Text Example
White with #B8CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CFCF; }
p { color: rgb(184,207,207); }
H1.HeaderClassName
{
color: #B8CFCF;
}
.AnyTagClassName
{
color: #B8CFCF;
}
</style>
background-color css
<style>
a { background-color: #B8CFCF; }
a { background-color: rgb(184,207,207); }
div.DivClassName
{
background-color: #B8CFCF;
}
.BgClassName
{
background-color: #B8CFCF;
}
</style>
border-color css
<style>
span { border-color: #B8CFCF; }
span { border-color: rgb(184,207,207); }
td.TdClassName
{
border-color: #B8CFCF;
}
.TagClassName
{
border-color: #B8CFCF;
}
</style>