Shades of Sprout #BBD08E
Tints of Sprout #BBD08E
RGB
CMYK
RGB Variations
Color information
#BBD08E (or 0xBBD08E) is known color: Sprout. HEX triplet: BB, D0 and 8E. RGB value is (187,208,142). Sum of RGB (Red+Green+Blue) = 187+208+142=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 142 (55.86% from 255 or 26.44% from 537); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD08E is #442F71. Grayscale: #C2C2C2. Windows color (decimal): -4468594 or 9359547. OLE color: 9359547.
HSL color Cylindrical-coordinate representation of color #BBD08E: hue angle of 79.09º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBD08E is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 208 | 142 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.18 |
| HSL | 79.09º | 0.41% | 0.69% | - |
| HSV(B) | 79.09º | 0.32% | 0.82% | - |
| XYZ | 47.93 | 57.63 | 34.19 | - |
| YUV | 194.2 | 98.54 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 142 | 0.10 | 0 | 0.32 | 0.18 | 79.09 | 0.41 | 0.69 |
| Hex | BB | D0 | 8E | A | 0 | 20 | 12 | 4F | 29 | 45 |
| Octal | 273 | 320 | 216 | 12 | 0 | 40 | 22 | 117 | 51 | 105 |
| Binary | 10111011 | 11010000 | 10001110 | 1010 | 0 | 100000 | 10010 | 1001111 | 101001 | 1000101 |
Color Harmonies of #BBD08E
Complementary color
Monochromatic Colors of #BBD08E
Black with #BBD08E
Text Example
Text Example
White with #BBD08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD08E; }
p { color: rgb(187,208,142); }
H1.HeaderClassName
{
color: #BBD08E;
}
.AnyTagClassName
{
color: #BBD08E;
}
</style>
background-color css
<style>
a { background-color: #BBD08E; }
a { background-color: rgb(187,208,142); }
div.DivClassName
{
background-color: #BBD08E;
}
.BgClassName
{
background-color: #BBD08E;
}
</style>
border-color css
<style>
span { border-color: #BBD08E; }
span { border-color: rgb(187,208,142); }
td.TdClassName
{
border-color: #BBD08E;
}
.TagClassName
{
border-color: #BBD08E;
}
</style>