Shades of Sprout #BBD293
Tints of Sprout #BBD293
RGB
CMYK
RGB Variations
Color information
#BBD293 (or 0xBBD293) is known color: Sprout. HEX triplet: BB, D2 and 93. RGB value is (187,210,147). Sum of RGB (Red+Green+Blue) = 187+210+147=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 147 (57.81% from 255 or 27.02% from 544); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD293 is #442D6C. Grayscale: #C4C4C4. Windows color (decimal): -4468077 or 9687739. OLE color: 9687739.
HSL color Cylindrical-coordinate representation of color #BBD293: hue angle of 81.9º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBD293 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 147 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.18 |
| HSL | 81.9º | 0.41% | 0.7% | - |
| HSV(B) | 81.9º | 0.3% | 0.82% | - |
| XYZ | 48.81 | 58.76 | 36.37 | - |
| YUV | 195.94 | 100.38 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 147 | 0.11 | 0 | 0.30 | 0.18 | 81.9 | 0.41 | 0.7 |
| Hex | BB | D2 | 93 | B | 0 | 1E | 12 | 52 | 29 | 46 |
| Octal | 273 | 322 | 223 | 13 | 0 | 36 | 22 | 122 | 51 | 106 |
| Binary | 10111011 | 11010010 | 10010011 | 1011 | 0 | 11110 | 10010 | 1010010 | 101001 | 1000110 |
Color Harmonies of #BBD293
Complementary color
Monochromatic Colors of #BBD293
Black with #BBD293
Text Example
Text Example
White with #BBD293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD293; }
p { color: rgb(187,210,147); }
H1.HeaderClassName
{
color: #BBD293;
}
.AnyTagClassName
{
color: #BBD293;
}
</style>
background-color css
<style>
a { background-color: #BBD293; }
a { background-color: rgb(187,210,147); }
div.DivClassName
{
background-color: #BBD293;
}
.BgClassName
{
background-color: #BBD293;
}
</style>
border-color css
<style>
span { border-color: #BBD293; }
span { border-color: rgb(187,210,147); }
td.TdClassName
{
border-color: #BBD293;
}
.TagClassName
{
border-color: #BBD293;
}
</style>