Shades of Sprout #BBDD8F
Tints of Sprout #BBDD8F
RGB
CMYK
RGB Variations
Color information
#BBDD8F (or 0xBBDD8F) is known color: Sprout. HEX triplet: BB, DD and 8F. RGB value is (187,221,143). Sum of RGB (Red+Green+Blue) = 187+221+143=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 143 (56.25% from 255 or 25.95% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDD8F is #442270. Grayscale: #CACACA. Windows color (decimal): -4465265 or 9428411. OLE color: 9428411.
HSL color Cylindrical-coordinate representation of color #BBDD8F: hue angle of 86.15º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBDD8F is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 143 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.13 |
| HSL | 86.15º | 0.53% | 0.71% | - |
| HSV(B) | 86.15º | 0.35% | 0.87% | - |
| XYZ | 51.31 | 64.26 | 35.69 | - |
| YUV | 201.94 | 94.74 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 143 | 0.15 | 0 | 0.35 | 0.13 | 86.15 | 0.53 | 0.71 |
| Hex | BB | DD | 8F | F | 0 | 23 | D | 56 | 35 | 47 |
| Octal | 273 | 335 | 217 | 17 | 0 | 43 | 15 | 126 | 65 | 107 |
| Binary | 10111011 | 11011101 | 10001111 | 1111 | 0 | 100011 | 1101 | 1010110 | 110101 | 1000111 |
Color Harmonies of #BBDD8F
Complementary color
Monochromatic Colors of #BBDD8F
Black with #BBDD8F
Text Example
Text Example
White with #BBDD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD8F; }
p { color: rgb(187,221,143); }
H1.HeaderClassName
{
color: #BBDD8F;
}
.AnyTagClassName
{
color: #BBDD8F;
}
</style>
background-color css
<style>
a { background-color: #BBDD8F; }
a { background-color: rgb(187,221,143); }
div.DivClassName
{
background-color: #BBDD8F;
}
.BgClassName
{
background-color: #BBDD8F;
}
</style>
border-color css
<style>
span { border-color: #BBDD8F; }
span { border-color: rgb(187,221,143); }
td.TdClassName
{
border-color: #BBDD8F;
}
.TagClassName
{
border-color: #BBDD8F;
}
</style>