Shades of Sprout #BBCBA0
Tints of Sprout #BBCBA0
RGB
CMYK
RGB Variations
Color information
#BBCBA0 (or 0xBBCBA0) is known color: Sprout. HEX triplet: BB, CB and A0. RGB value is (187,203,160). Sum of RGB (Red+Green+Blue) = 187+203+160=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCBA0 is #44345F. Grayscale: #C1C1C1. Windows color (decimal): -4469856 or 10537915. OLE color: 10537915.
HSL color Cylindrical-coordinate representation of color #BBCBA0: hue angle of 82.33º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBCBA0 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 160 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.20 |
| HSL | 82.33º | 0.29% | 0.71% | - |
| HSV(B) | 82.33º | 0.21% | 0.8% | - |
| XYZ | 48.19 | 55.81 | 41.49 | - |
| YUV | 193.31 | 109.2 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 160 | 0.08 | 0 | 0.21 | 0.20 | 82.33 | 0.29 | 0.71 |
| Hex | BB | CB | A0 | 8 | 0 | 15 | 14 | 52 | 1D | 47 |
| Octal | 273 | 313 | 240 | 10 | 0 | 25 | 24 | 122 | 35 | 107 |
| Binary | 10111011 | 11001011 | 10100000 | 1000 | 0 | 10101 | 10100 | 1010010 | 11101 | 1000111 |
Color Harmonies of #BBCBA0
Complementary color
Monochromatic Colors of #BBCBA0
Black with #BBCBA0
Text Example
Text Example
White with #BBCBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBA0; }
p { color: rgb(187,203,160); }
H1.HeaderClassName
{
color: #BBCBA0;
}
.AnyTagClassName
{
color: #BBCBA0;
}
</style>
background-color css
<style>
a { background-color: #BBCBA0; }
a { background-color: rgb(187,203,160); }
div.DivClassName
{
background-color: #BBCBA0;
}
.BgClassName
{
background-color: #BBCBA0;
}
</style>
border-color css
<style>
span { border-color: #BBCBA0; }
span { border-color: rgb(187,203,160); }
td.TdClassName
{
border-color: #BBCBA0;
}
.TagClassName
{
border-color: #BBCBA0;
}
</style>