Shades of Sprout #BBC894
Tints of Sprout #BBC894
RGB
CMYK
RGB Variations
Color information
#BBC894 (or 0xBBC894) is known color: Sprout. HEX triplet: BB, C8 and 94. RGB value is (187,200,148). Sum of RGB (Red+Green+Blue) = 187+200+148=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC894 is #44376B. Grayscale: #BEBEBE. Windows color (decimal): -4470636 or 9750715. OLE color: 9750715.
HSL color Cylindrical-coordinate representation of color #BBC894: hue angle of 75º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBC894 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 148 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.22 |
| HSL | 75º | 0.32% | 0.68% | - |
| HSV(B) | 75º | 0.26% | 0.78% | - |
| XYZ | 46.49 | 54.01 | 35.99 | - |
| YUV | 190.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 148 | 0.06 | 0 | 0.26 | 0.22 | 75 | 0.32 | 0.68 |
| Hex | BB | C8 | 94 | 6 | 0 | 1A | 16 | 4B | 20 | 44 |
| Octal | 273 | 310 | 224 | 6 | 0 | 32 | 26 | 113 | 40 | 104 |
| Binary | 10111011 | 11001000 | 10010100 | 110 | 0 | 11010 | 10110 | 1001011 | 100000 | 1000100 |
Color Harmonies of #BBC894
Complementary color
Monochromatic Colors of #BBC894
Black with #BBC894
Text Example
Text Example
White with #BBC894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC894; }
p { color: rgb(187,200,148); }
H1.HeaderClassName
{
color: #BBC894;
}
.AnyTagClassName
{
color: #BBC894;
}
</style>
background-color css
<style>
a { background-color: #BBC894; }
a { background-color: rgb(187,200,148); }
div.DivClassName
{
background-color: #BBC894;
}
.BgClassName
{
background-color: #BBC894;
}
</style>
border-color css
<style>
span { border-color: #BBC894; }
span { border-color: rgb(187,200,148); }
td.TdClassName
{
border-color: #BBC894;
}
.TagClassName
{
border-color: #BBC894;
}
</style>