Shades of Sprout #BBD08C
Tints of Sprout #BBD08C
RGB
CMYK
RGB Variations
Color information
#BBD08C (or 0xBBD08C) is known color: Sprout. HEX triplet: BB, D0 and 8C. RGB value is (187,208,140). Sum of RGB (Red+Green+Blue) = 187+208+140=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD08C is #442F73. Grayscale: #C2C2C2. Windows color (decimal): -4468596 or 9228475. OLE color: 9228475.
HSL color Cylindrical-coordinate representation of color #BBD08C: hue angle of 78.53º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBD08C is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 208 | 140 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.18 |
| HSL | 78.53º | 0.42% | 0.68% | - |
| HSV(B) | 78.53º | 0.33% | 0.82% | - |
| XYZ | 47.78 | 57.57 | 33.4 | - |
| YUV | 193.97 | 97.54 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 140 | 0.10 | 0 | 0.33 | 0.18 | 78.53 | 0.42 | 0.68 |
| Hex | BB | D0 | 8C | A | 0 | 21 | 12 | 4F | 2A | 44 |
| Octal | 273 | 320 | 214 | 12 | 0 | 41 | 22 | 117 | 52 | 104 |
| Binary | 10111011 | 11010000 | 10001100 | 1010 | 0 | 100001 | 10010 | 1001111 | 101010 | 1000100 |
Color Harmonies of #BBD08C
Complementary color
Monochromatic Colors of #BBD08C
Black with #BBD08C
Text Example
Text Example
White with #BBD08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD08C; }
p { color: rgb(187,208,140); }
H1.HeaderClassName
{
color: #BBD08C;
}
.AnyTagClassName
{
color: #BBD08C;
}
</style>
background-color css
<style>
a { background-color: #BBD08C; }
a { background-color: rgb(187,208,140); }
div.DivClassName
{
background-color: #BBD08C;
}
.BgClassName
{
background-color: #BBD08C;
}
</style>
border-color css
<style>
span { border-color: #BBD08C; }
span { border-color: rgb(187,208,140); }
td.TdClassName
{
border-color: #BBD08C;
}
.TagClassName
{
border-color: #BBD08C;
}
</style>