Shades of Green Mist #BBC990
Tints of Green Mist #BBC990
RGB
CMYK
RGB Variations
Color information
#BBC990 (or 0xBBC990) is known color: Green Mist. HEX triplet: BB, C9 and 90. RGB value is (187,201,144). Sum of RGB (Red+Green+Blue) = 187+201+144=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC990 is #44366F. Grayscale: #BEBEBE. Windows color (decimal): -4470384 or 9488827. OLE color: 9488827.
HSL color Cylindrical-coordinate representation of color #BBC990: hue angle of 74.74º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBC990 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 144 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.21 |
| HSL | 74.74º | 0.35% | 0.68% | - |
| HSV(B) | 74.74º | 0.28% | 0.79% | - |
| XYZ | 46.41 | 54.35 | 34.43 | - |
| YUV | 190.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 144 | 0.07 | 0 | 0.28 | 0.21 | 74.74 | 0.35 | 0.68 |
| Hex | BB | C9 | 90 | 7 | 0 | 1C | 15 | 4B | 23 | 44 |
| Octal | 273 | 311 | 220 | 7 | 0 | 34 | 25 | 113 | 43 | 104 |
| Binary | 10111011 | 11001001 | 10010000 | 111 | 0 | 11100 | 10101 | 1001011 | 100011 | 1000100 |
Color Harmonies of #BBC990
Complementary color
Monochromatic Colors of #BBC990
Black with #BBC990
Text Example
Text Example
White with #BBC990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC990; }
p { color: rgb(187,201,144); }
H1.HeaderClassName
{
color: #BBC990;
}
.AnyTagClassName
{
color: #BBC990;
}
</style>
background-color css
<style>
a { background-color: #BBC990; }
a { background-color: rgb(187,201,144); }
div.DivClassName
{
background-color: #BBC990;
}
.BgClassName
{
background-color: #BBC990;
}
</style>
border-color css
<style>
span { border-color: #BBC990; }
span { border-color: rgb(187,201,144); }
td.TdClassName
{
border-color: #BBC990;
}
.TagClassName
{
border-color: #BBC990;
}
</style>