Shades of Sprout #BCCDA1
Tints of Sprout #BCCDA1
RGB
CMYK
RGB Variations
Color information
#BCCDA1 (or 0xBCCDA1) is known color: Sprout. HEX triplet: BC, CD and A1. RGB value is (188,205,161). Sum of RGB (Red+Green+Blue) = 188+205+161=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 161 (63.28% from 255 or 29.06% from 554); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCDA1 is #43325E. Grayscale: #C3C3C3. Windows color (decimal): -4403807 or 10603964. OLE color: 10603964.
HSL color Cylindrical-coordinate representation of color #BCCDA1: hue angle of 83.18º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCCDA1 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 161 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.20 |
| HSL | 83.18º | 0.31% | 0.72% | - |
| HSV(B) | 83.18º | 0.21% | 0.8% | - |
| XYZ | 49 | 56.93 | 42.12 | - |
| YUV | 194.9 | 108.87 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 161 | 0.08 | 0 | 0.21 | 0.20 | 83.18 | 0.31 | 0.72 |
| Hex | BC | CD | A1 | 8 | 0 | 15 | 14 | 53 | 1F | 48 |
| Octal | 274 | 315 | 241 | 10 | 0 | 25 | 24 | 123 | 37 | 110 |
| Binary | 10111100 | 11001101 | 10100001 | 1000 | 0 | 10101 | 10100 | 1010011 | 11111 | 1001000 |
Color Harmonies of #BCCDA1
Complementary color
Monochromatic Colors of #BCCDA1
Black with #BCCDA1
Text Example
Text Example
White with #BCCDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDA1; }
p { color: rgb(188,205,161); }
H1.HeaderClassName
{
color: #BCCDA1;
}
.AnyTagClassName
{
color: #BCCDA1;
}
</style>
background-color css
<style>
a { background-color: #BCCDA1; }
a { background-color: rgb(188,205,161); }
div.DivClassName
{
background-color: #BCCDA1;
}
.BgClassName
{
background-color: #BCCDA1;
}
</style>
border-color css
<style>
span { border-color: #BCCDA1; }
span { border-color: rgb(188,205,161); }
td.TdClassName
{
border-color: #BCCDA1;
}
.TagClassName
{
border-color: #BCCDA1;
}
</style>