Shades of Sprout #BBCF91
Tints of Sprout #BBCF91
RGB
CMYK
RGB Variations
Color information
#BBCF91 (or 0xBBCF91) is known color: Sprout. HEX triplet: BB, CF and 91. RGB value is (187,207,145). Sum of RGB (Red+Green+Blue) = 187+207+145=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 145 (57.03% from 255 or 26.90% from 539); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCF91 is #44306E. Grayscale: #C2C2C2. Windows color (decimal): -4468847 or 9555899. OLE color: 9555899.
HSL color Cylindrical-coordinate representation of color #BBCF91: hue angle of 79.35º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBCF91 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 145 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.19 |
| HSL | 79.35º | 0.39% | 0.69% | - |
| HSV(B) | 79.35º | 0.3% | 0.81% | - |
| XYZ | 47.92 | 57.23 | 35.31 | - |
| YUV | 193.95 | 100.37 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 145 | 0.10 | 0 | 0.30 | 0.19 | 79.35 | 0.39 | 0.69 |
| Hex | BB | CF | 91 | A | 0 | 1E | 13 | 4F | 27 | 45 |
| Octal | 273 | 317 | 221 | 12 | 0 | 36 | 23 | 117 | 47 | 105 |
| Binary | 10111011 | 11001111 | 10010001 | 1010 | 0 | 11110 | 10011 | 1001111 | 100111 | 1000101 |
Color Harmonies of #BBCF91
Complementary color
Monochromatic Colors of #BBCF91
Black with #BBCF91
Text Example
Text Example
White with #BBCF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF91; }
p { color: rgb(187,207,145); }
H1.HeaderClassName
{
color: #BBCF91;
}
.AnyTagClassName
{
color: #BBCF91;
}
</style>
background-color css
<style>
a { background-color: #BBCF91; }
a { background-color: rgb(187,207,145); }
div.DivClassName
{
background-color: #BBCF91;
}
.BgClassName
{
background-color: #BBCF91;
}
</style>
border-color css
<style>
span { border-color: #BBCF91; }
span { border-color: rgb(187,207,145); }
td.TdClassName
{
border-color: #BBCF91;
}
.TagClassName
{
border-color: #BBCF91;
}
</style>