Shades of Sprout #BBCF8F
Tints of Sprout #BBCF8F
RGB
CMYK
RGB Variations
Color information
#BBCF8F (or 0xBBCF8F) is known color: Sprout. HEX triplet: BB, CF and 8F. RGB value is (187,207,143). Sum of RGB (Red+Green+Blue) = 187+207+143=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 143 (56.25% from 255 or 26.63% from 537); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCF8F is #443070. Grayscale: #C1C1C1. Windows color (decimal): -4468849 or 9424827. OLE color: 9424827.
HSL color Cylindrical-coordinate representation of color #BBCF8F: hue angle of 78.75º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBCF8F is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 143 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.19 |
| HSL | 78.75º | 0.4% | 0.69% | - |
| HSV(B) | 78.75º | 0.31% | 0.81% | - |
| XYZ | 47.76 | 57.17 | 34.5 | - |
| YUV | 193.72 | 99.37 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 143 | 0.10 | 0 | 0.31 | 0.19 | 78.75 | 0.4 | 0.69 |
| Hex | BB | CF | 8F | A | 0 | 1F | 13 | 4F | 28 | 45 |
| Octal | 273 | 317 | 217 | 12 | 0 | 37 | 23 | 117 | 50 | 105 |
| Binary | 10111011 | 11001111 | 10001111 | 1010 | 0 | 11111 | 10011 | 1001111 | 101000 | 1000101 |
Color Harmonies of #BBCF8F
Complementary color
Monochromatic Colors of #BBCF8F
Black with #BBCF8F
Text Example
Text Example
White with #BBCF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF8F; }
p { color: rgb(187,207,143); }
H1.HeaderClassName
{
color: #BBCF8F;
}
.AnyTagClassName
{
color: #BBCF8F;
}
</style>
background-color css
<style>
a { background-color: #BBCF8F; }
a { background-color: rgb(187,207,143); }
div.DivClassName
{
background-color: #BBCF8F;
}
.BgClassName
{
background-color: #BBCF8F;
}
</style>
border-color css
<style>
span { border-color: #BBCF8F; }
span { border-color: rgb(187,207,143); }
td.TdClassName
{
border-color: #BBCF8F;
}
.TagClassName
{
border-color: #BBCF8F;
}
</style>