Shades of Green Mist #BBC890
Tints of Green Mist #BBC890
RGB
CMYK
RGB Variations
Color information
#BBC890 (or 0xBBC890) is known color: Green Mist. HEX triplet: BB, C8 and 90. RGB value is (187,200,144). Sum of RGB (Red+Green+Blue) = 187+200+144=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC890 is #44376F. Grayscale: #BDBDBD. Windows color (decimal): -4470640 or 9488571. OLE color: 9488571.
HSL color Cylindrical-coordinate representation of color #BBC890: hue angle of 73.93º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBC890 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 144 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.22 |
| HSL | 73.93º | 0.34% | 0.67% | - |
| HSV(B) | 73.93º | 0.28% | 0.78% | - |
| XYZ | 46.18 | 53.89 | 34.35 | - |
| YUV | 189.73 | 102.19 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 144 | 0.06 | 0 | 0.28 | 0.22 | 73.93 | 0.34 | 0.67 |
| Hex | BB | C8 | 90 | 6 | 0 | 1C | 16 | 4A | 22 | 43 |
| Octal | 273 | 310 | 220 | 6 | 0 | 34 | 26 | 112 | 42 | 103 |
| Binary | 10111011 | 11001000 | 10010000 | 110 | 0 | 11100 | 10110 | 1001010 | 100010 | 1000011 |
Color Harmonies of #BBC890
Complementary color
Monochromatic Colors of #BBC890
Black with #BBC890
Text Example
Text Example
White with #BBC890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC890; }
p { color: rgb(187,200,144); }
H1.HeaderClassName
{
color: #BBC890;
}
.AnyTagClassName
{
color: #BBC890;
}
</style>
background-color css
<style>
a { background-color: #BBC890; }
a { background-color: rgb(187,200,144); }
div.DivClassName
{
background-color: #BBC890;
}
.BgClassName
{
background-color: #BBC890;
}
</style>
border-color css
<style>
span { border-color: #BBC890; }
span { border-color: rgb(187,200,144); }
td.TdClassName
{
border-color: #BBC890;
}
.TagClassName
{
border-color: #BBC890;
}
</style>