Shades of Sprout #BBCBA1
Tints of Sprout #BBCBA1
RGB
CMYK
RGB Variations
Color information
#BBCBA1 (or 0xBBCBA1) is known color: Sprout. HEX triplet: BB, CB and A1. RGB value is (187,203,161). Sum of RGB (Red+Green+Blue) = 187+203+161=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 161 (63.28% from 255 or 29.22% from 551); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCBA1 is #44345E. Grayscale: #C1C1C1. Windows color (decimal): -4469855 or 10603451. OLE color: 10603451.
HSL color Cylindrical-coordinate representation of color #BBCBA1: hue angle of 82.86º 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 #BBCBA1 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 161 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.20 |
| HSL | 82.86º | 0.29% | 0.71% | - |
| HSV(B) | 82.86º | 0.21% | 0.8% | - |
| XYZ | 48.28 | 55.85 | 41.95 | - |
| YUV | 193.43 | 109.7 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 161 | 0.08 | 0 | 0.21 | 0.20 | 82.86 | 0.29 | 0.71 |
| Hex | BB | CB | A1 | 8 | 0 | 15 | 14 | 53 | 1D | 47 |
| Octal | 273 | 313 | 241 | 10 | 0 | 25 | 24 | 123 | 35 | 107 |
| Binary | 10111011 | 11001011 | 10100001 | 1000 | 0 | 10101 | 10100 | 1010011 | 11101 | 1000111 |
Color Harmonies of #BBCBA1
Complementary color
Monochromatic Colors of #BBCBA1
Black with #BBCBA1
Text Example
Text Example
White with #BBCBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBA1; }
p { color: rgb(187,203,161); }
H1.HeaderClassName
{
color: #BBCBA1;
}
.AnyTagClassName
{
color: #BBCBA1;
}
</style>
background-color css
<style>
a { background-color: #BBCBA1; }
a { background-color: rgb(187,203,161); }
div.DivClassName
{
background-color: #BBCBA1;
}
.BgClassName
{
background-color: #BBCBA1;
}
</style>
border-color css
<style>
span { border-color: #BBCBA1; }
span { border-color: rgb(187,203,161); }
td.TdClassName
{
border-color: #BBCBA1;
}
.TagClassName
{
border-color: #BBCBA1;
}
</style>