Shades of Jungle Mist #B8CCCA
Tints of Jungle Mist #B8CCCA
RGB
CMYK
RGB Variations
Color information
#B8CCCA (or 0xB8CCCA) is known color: Jungle Mist. HEX triplet: B8, CC and CA. RGB value is (184,204,202). Sum of RGB (Red+Green+Blue) = 184+204+202=590 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.19% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CCCA is #473335. Grayscale: #C5C5C5. Windows color (decimal): -4666166 or 13290680. OLE color: 13290680.
HSL color Cylindrical-coordinate representation of color #B8CCCA: hue angle of 174º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8CCCA is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 204 | 202 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.2 |
| HSL | 174º | 0.16% | 0.76% | - |
| HSV(B) | 174º | 0.1% | 0.8% | - |
| XYZ | 52.02 | 57.64 | 64.26 | - |
| YUV | 197.79 | 130.37 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 204 | 202 | 0.10 | 0 | 0.01 | 0.2 | 174 | 0.16 | 0.76 |
| Hex | B8 | CC | CA | A | 0 | 1 | 14 | AE | 10 | 4C |
| Octal | 270 | 314 | 312 | 12 | 0 | 1 | 24 | 256 | 20 | 114 |
| Binary | 10111000 | 11001100 | 11001010 | 1010 | 0 | 1 | 10100 | 10101110 | 10000 | 1001100 |
Color Harmonies of #B8CCCA
Complementary color
Monochromatic Colors of #B8CCCA
Black with #B8CCCA
Text Example
Text Example
White with #B8CCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CCCA; }
p { color: rgb(184,204,202); }
H1.HeaderClassName
{
color: #B8CCCA;
}
.AnyTagClassName
{
color: #B8CCCA;
}
</style>
background-color css
<style>
a { background-color: #B8CCCA; }
a { background-color: rgb(184,204,202); }
div.DivClassName
{
background-color: #B8CCCA;
}
.BgClassName
{
background-color: #B8CCCA;
}
</style>
border-color css
<style>
span { border-color: #B8CCCA; }
span { border-color: rgb(184,204,202); }
td.TdClassName
{
border-color: #B8CCCA;
}
.TagClassName
{
border-color: #B8CCCA;
}
</style>