Shades of Sprout #BCDF95
Tints of Sprout #BCDF95
RGB
CMYK
RGB Variations
Color information
#BCDF95 (or 0xBCDF95) is known color: Sprout. HEX triplet: BC, DF and 95. RGB value is (188,223,149). Sum of RGB (Red+Green+Blue) = 188+223+149=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDF95 is #43206A. Grayscale: #CCCCCC. Windows color (decimal): -4399211 or 9822140. OLE color: 9822140.
HSL color Cylindrical-coordinate representation of color #BCDF95: hue angle of 88.38º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCDF95 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 149 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.13 |
| HSL | 88.38º | 0.54% | 0.73% | - |
| HSV(B) | 88.38º | 0.33% | 0.87% | - |
| XYZ | 52.55 | 65.64 | 38.33 | - |
| YUV | 204.1 | 96.9 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 149 | 0.16 | 0 | 0.33 | 0.13 | 88.38 | 0.54 | 0.73 |
| Hex | BC | DF | 95 | 10 | 0 | 21 | D | 58 | 36 | 49 |
| Octal | 274 | 337 | 225 | 20 | 0 | 41 | 15 | 130 | 66 | 111 |
| Binary | 10111100 | 11011111 | 10010101 | 10000 | 0 | 100001 | 1101 | 1011000 | 110110 | 1001001 |
Color Harmonies of #BCDF95
Complementary color
Monochromatic Colors of #BCDF95
Black with #BCDF95
Text Example
Text Example
White with #BCDF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF95; }
p { color: rgb(188,223,149); }
H1.HeaderClassName
{
color: #BCDF95;
}
.AnyTagClassName
{
color: #BCDF95;
}
</style>
background-color css
<style>
a { background-color: #BCDF95; }
a { background-color: rgb(188,223,149); }
div.DivClassName
{
background-color: #BCDF95;
}
.BgClassName
{
background-color: #BCDF95;
}
</style>
border-color css
<style>
span { border-color: #BCDF95; }
span { border-color: rgb(188,223,149); }
td.TdClassName
{
border-color: #BCDF95;
}
.TagClassName
{
border-color: #BCDF95;
}
</style>