Shades of Sprout #BBC993
Tints of Sprout #BBC993
RGB
CMYK
RGB Variations
Color information
#BBC993 (or 0xBBC993) is known color: Sprout. HEX triplet: BB, C9 and 93. RGB value is (187,201,147). Sum of RGB (Red+Green+Blue) = 187+201+147=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 147 (57.81% from 255 or 27.48% from 535); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC993 is #44366C. Grayscale: #BEBEBE. Windows color (decimal): -4470381 or 9685435. OLE color: 9685435.
HSL color Cylindrical-coordinate representation of color #BBC993: hue angle of 75.56º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBC993 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 147 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.21 |
| HSL | 75.56º | 0.33% | 0.68% | - |
| HSV(B) | 75.56º | 0.27% | 0.79% | - |
| XYZ | 46.65 | 54.44 | 35.65 | - |
| YUV | 190.66 | 103.36 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 147 | 0.07 | 0 | 0.27 | 0.21 | 75.56 | 0.33 | 0.68 |
| Hex | BB | C9 | 93 | 7 | 0 | 1B | 15 | 4C | 21 | 44 |
| Octal | 273 | 311 | 223 | 7 | 0 | 33 | 25 | 114 | 41 | 104 |
| Binary | 10111011 | 11001001 | 10010011 | 111 | 0 | 11011 | 10101 | 1001100 | 100001 | 1000100 |
Color Harmonies of #BBC993
Complementary color
Monochromatic Colors of #BBC993
Black with #BBC993
Text Example
Text Example
White with #BBC993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC993; }
p { color: rgb(187,201,147); }
H1.HeaderClassName
{
color: #BBC993;
}
.AnyTagClassName
{
color: #BBC993;
}
</style>
background-color css
<style>
a { background-color: #BBC993; }
a { background-color: rgb(187,201,147); }
div.DivClassName
{
background-color: #BBC993;
}
.BgClassName
{
background-color: #BBC993;
}
</style>
border-color css
<style>
span { border-color: #BBC993; }
span { border-color: rgb(187,201,147); }
td.TdClassName
{
border-color: #BBC993;
}
.TagClassName
{
border-color: #BBC993;
}
</style>