Shades of Sprout #BBCAA0
Tints of Sprout #BBCAA0
RGB
CMYK
RGB Variations
Color information
#BBCAA0 (or 0xBBCAA0) is known color: Sprout. HEX triplet: BB, CA and A0. RGB value is (187,202,160). Sum of RGB (Red+Green+Blue) = 187+202+160=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCAA0 is #44355F. Grayscale: #C0C0C0. Windows color (decimal): -4470112 or 10537659. OLE color: 10537659.
HSL color Cylindrical-coordinate representation of color #BBCAA0: hue angle of 81.43º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBCAA0 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 202 | 160 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.21 |
| HSL | 81.43º | 0.28% | 0.71% | - |
| HSV(B) | 81.43º | 0.21% | 0.79% | - |
| XYZ | 47.96 | 55.34 | 41.41 | - |
| YUV | 192.73 | 109.53 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 202 | 160 | 0.07 | 0 | 0.21 | 0.21 | 81.43 | 0.28 | 0.71 |
| Hex | BB | CA | A0 | 7 | 0 | 15 | 15 | 51 | 1C | 47 |
| Octal | 273 | 312 | 240 | 7 | 0 | 25 | 25 | 121 | 34 | 107 |
| Binary | 10111011 | 11001010 | 10100000 | 111 | 0 | 10101 | 10101 | 1010001 | 11100 | 1000111 |
Color Harmonies of #BBCAA0
Complementary color
Monochromatic Colors of #BBCAA0
Black with #BBCAA0
Text Example
Text Example
White with #BBCAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCAA0; }
p { color: rgb(187,202,160); }
H1.HeaderClassName
{
color: #BBCAA0;
}
.AnyTagClassName
{
color: #BBCAA0;
}
</style>
background-color css
<style>
a { background-color: #BBCAA0; }
a { background-color: rgb(187,202,160); }
div.DivClassName
{
background-color: #BBCAA0;
}
.BgClassName
{
background-color: #BBCAA0;
}
</style>
border-color css
<style>
span { border-color: #BBCAA0; }
span { border-color: rgb(187,202,160); }
td.TdClassName
{
border-color: #BBCAA0;
}
.TagClassName
{
border-color: #BBCAA0;
}
</style>