Shades of Conifer #BCF056
Tints of Conifer #BCF056
RGB
CMYK
RGB Variations
Color information
#BCF056 (or 0xBCF056) is known color: Conifer. HEX triplet: BC, F0 and 56. RGB value is (188,240,86). Sum of RGB (Red+Green+Blue) = 188+240+86=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 86 (33.98% from 255 or 16.73% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF056 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF056 is #430FA9. Grayscale: #CFCFCF. Windows color (decimal): -4394922 or 5697724. OLE color: 5697724.
HSL color Cylindrical-coordinate representation of color #BCF056: hue angle of 80.26º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCF056 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 86 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.06 |
| HSL | 80.26º | 0.84% | 0.64% | - |
| HSV(B) | 80.26º | 0.64% | 0.94% | - |
| XYZ | 53.58 | 73.68 | 20.2 | - |
| YUV | 206.9 | 59.77 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 86 | 0.22 | 0 | 0.64 | 0.06 | 80.26 | 0.84 | 0.64 |
| Hex | BC | F0 | 56 | 16 | 0 | 40 | 6 | 50 | 54 | 40 |
| Octal | 274 | 360 | 126 | 26 | 0 | 100 | 6 | 120 | 124 | 100 |
| Binary | 10111100 | 11110000 | 1010110 | 10110 | 0 | 1000000 | 110 | 1010000 | 1010100 | 1000000 |
Color Harmonies of #BCF056
Complementary color
Monochromatic Colors of #BCF056
Black with #BCF056
Text Example
Text Example
White with #BCF056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF056; }
p { color: rgb(188,240,86); }
H1.HeaderClassName
{
color: #BCF056;
}
.AnyTagClassName
{
color: #BCF056;
}
</style>
background-color css
<style>
a { background-color: #BCF056; }
a { background-color: rgb(188,240,86); }
div.DivClassName
{
background-color: #BCF056;
}
.BgClassName
{
background-color: #BCF056;
}
</style>
border-color css
<style>
span { border-color: #BCF056; }
span { border-color: rgb(188,240,86); }
td.TdClassName
{
border-color: #BCF056;
}
.TagClassName
{
border-color: #BCF056;
}
</style>