Shades of Sprout #BBC998
Tints of Sprout #BBC998
RGB
CMYK
RGB Variations
Color information
#BBC998 (or 0xBBC998) is known color: Sprout. HEX triplet: BB, C9 and 98. RGB value is (187,201,152). Sum of RGB (Red+Green+Blue) = 187+201+152=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 201 (78.91% from 255 or 37.22% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC998 is #443667. Grayscale: #BFBFBF. Windows color (decimal): -4470376 or 10013115. OLE color: 10013115.
HSL color Cylindrical-coordinate representation of color #BBC998: hue angle of 77.14º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBC998 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 152 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.21 |
| HSL | 77.14º | 0.31% | 0.69% | - |
| HSV(B) | 77.14º | 0.24% | 0.79% | - |
| XYZ | 47.05 | 54.61 | 37.77 | - |
| YUV | 191.23 | 105.86 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 152 | 0.07 | 0 | 0.24 | 0.21 | 77.14 | 0.31 | 0.69 |
| Hex | BB | C9 | 98 | 7 | 0 | 18 | 15 | 4D | 1F | 45 |
| Octal | 273 | 311 | 230 | 7 | 0 | 30 | 25 | 115 | 37 | 105 |
| Binary | 10111011 | 11001001 | 10011000 | 111 | 0 | 11000 | 10101 | 1001101 | 11111 | 1000101 |
Color Harmonies of #BBC998
Complementary color
Monochromatic Colors of #BBC998
Black with #BBC998
Text Example
Text Example
White with #BBC998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC998; }
p { color: rgb(187,201,152); }
H1.HeaderClassName
{
color: #BBC998;
}
.AnyTagClassName
{
color: #BBC998;
}
</style>
background-color css
<style>
a { background-color: #BBC998; }
a { background-color: rgb(187,201,152); }
div.DivClassName
{
background-color: #BBC998;
}
.BgClassName
{
background-color: #BBC998;
}
</style>
border-color css
<style>
span { border-color: #BBC998; }
span { border-color: rgb(187,201,152); }
td.TdClassName
{
border-color: #BBC998;
}
.TagClassName
{
border-color: #BBC998;
}
</style>