Shades of Sprout #BBCF8C
Tints of Sprout #BBCF8C
RGB
CMYK
RGB Variations
Color information
#BBCF8C (or 0xBBCF8C) is known color: Sprout. HEX triplet: BB, CF and 8C. RGB value is (187,207,140). Sum of RGB (Red+Green+Blue) = 187+207+140=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 140 (55.08% from 255 or 26.22% from 534); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCF8C is #443073. Grayscale: #C1C1C1. Windows color (decimal): -4468852 or 9228219. OLE color: 9228219.
HSL color Cylindrical-coordinate representation of color #BBCF8C: hue angle of 77.91º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBCF8C is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 140 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.19 |
| HSL | 77.91º | 0.41% | 0.68% | - |
| HSV(B) | 77.91º | 0.32% | 0.81% | - |
| XYZ | 47.54 | 57.08 | 33.32 | - |
| YUV | 193.38 | 97.87 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 140 | 0.10 | 0 | 0.32 | 0.19 | 77.91 | 0.41 | 0.68 |
| Hex | BB | CF | 8C | A | 0 | 20 | 13 | 4E | 29 | 44 |
| Octal | 273 | 317 | 214 | 12 | 0 | 40 | 23 | 116 | 51 | 104 |
| Binary | 10111011 | 11001111 | 10001100 | 1010 | 0 | 100000 | 10011 | 1001110 | 101001 | 1000100 |
Color Harmonies of #BBCF8C
Complementary color
Monochromatic Colors of #BBCF8C
Black with #BBCF8C
Text Example
Text Example
White with #BBCF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF8C; }
p { color: rgb(187,207,140); }
H1.HeaderClassName
{
color: #BBCF8C;
}
.AnyTagClassName
{
color: #BBCF8C;
}
</style>
background-color css
<style>
a { background-color: #BBCF8C; }
a { background-color: rgb(187,207,140); }
div.DivClassName
{
background-color: #BBCF8C;
}
.BgClassName
{
background-color: #BBCF8C;
}
</style>
border-color css
<style>
span { border-color: #BBCF8C; }
span { border-color: rgb(187,207,140); }
td.TdClassName
{
border-color: #BBCF8C;
}
.TagClassName
{
border-color: #BBCF8C;
}
</style>