Shades of Green Mist #BBC892
Tints of Green Mist #BBC892
RGB
CMYK
RGB Variations
Color information
#BBC892 (or 0xBBC892) is known color: Green Mist. HEX triplet: BB, C8 and 92. RGB value is (187,200,146). Sum of RGB (Red+Green+Blue) = 187+200+146=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC892 is #44376D. Grayscale: #BEBEBE. Windows color (decimal): -4470638 or 9619643. OLE color: 9619643.
HSL color Cylindrical-coordinate representation of color #BBC892: hue angle of 74.44º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBC892 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 146 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.22 |
| HSL | 74.44º | 0.33% | 0.68% | - |
| HSV(B) | 74.44º | 0.27% | 0.78% | - |
| XYZ | 46.34 | 53.95 | 35.17 | - |
| YUV | 189.96 | 103.19 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 146 | 0.06 | 0 | 0.27 | 0.22 | 74.44 | 0.33 | 0.68 |
| Hex | BB | C8 | 92 | 6 | 0 | 1B | 16 | 4A | 21 | 44 |
| Octal | 273 | 310 | 222 | 6 | 0 | 33 | 26 | 112 | 41 | 104 |
| Binary | 10111011 | 11001000 | 10010010 | 110 | 0 | 11011 | 10110 | 1001010 | 100001 | 1000100 |
Color Harmonies of #BBC892
Complementary color
Monochromatic Colors of #BBC892
Black with #BBC892
Text Example
Text Example
White with #BBC892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC892; }
p { color: rgb(187,200,146); }
H1.HeaderClassName
{
color: #BBC892;
}
.AnyTagClassName
{
color: #BBC892;
}
</style>
background-color css
<style>
a { background-color: #BBC892; }
a { background-color: rgb(187,200,146); }
div.DivClassName
{
background-color: #BBC892;
}
.BgClassName
{
background-color: #BBC892;
}
</style>
border-color css
<style>
span { border-color: #BBC892; }
span { border-color: rgb(187,200,146); }
td.TdClassName
{
border-color: #BBC892;
}
.TagClassName
{
border-color: #BBC892;
}
</style>