Shades of Sprout #BCCBA1
Tints of Sprout #BCCBA1
RGB
CMYK
RGB Variations
Color information
#BCCBA1 (or 0xBCCBA1) is known color: Sprout. HEX triplet: BC, CB and A1. RGB value is (188,203,161). Sum of RGB (Red+Green+Blue) = 188+203+161=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 161 (63.28% from 255 or 29.17% from 552); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCBA1 is #43345E. Grayscale: #C1C1C1. Windows color (decimal): -4404319 or 10603452. OLE color: 10603452.
HSL color Cylindrical-coordinate representation of color #BCCBA1: hue angle of 81.43º 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 #BCCBA1 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 161 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.20 |
| HSL | 81.43º | 0.29% | 0.71% | - |
| HSV(B) | 81.43º | 0.21% | 0.8% | - |
| XYZ | 48.53 | 55.98 | 41.97 | - |
| YUV | 193.73 | 109.53 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 161 | 0.07 | 0 | 0.21 | 0.20 | 81.43 | 0.29 | 0.71 |
| Hex | BC | CB | A1 | 7 | 0 | 15 | 14 | 51 | 1D | 47 |
| Octal | 274 | 313 | 241 | 7 | 0 | 25 | 24 | 121 | 35 | 107 |
| Binary | 10111100 | 11001011 | 10100001 | 111 | 0 | 10101 | 10100 | 1010001 | 11101 | 1000111 |
Color Harmonies of #BCCBA1
Complementary color
Monochromatic Colors of #BCCBA1
Black with #BCCBA1
Text Example
Text Example
White with #BCCBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBA1; }
p { color: rgb(188,203,161); }
H1.HeaderClassName
{
color: #BCCBA1;
}
.AnyTagClassName
{
color: #BCCBA1;
}
</style>
background-color css
<style>
a { background-color: #BCCBA1; }
a { background-color: rgb(188,203,161); }
div.DivClassName
{
background-color: #BCCBA1;
}
.BgClassName
{
background-color: #BCCBA1;
}
</style>
border-color css
<style>
span { border-color: #BCCBA1; }
span { border-color: rgb(188,203,161); }
td.TdClassName
{
border-color: #BCCBA1;
}
.TagClassName
{
border-color: #BCCBA1;
}
</style>