Shades of Conifer #BCF256
Tints of Conifer #BCF256
RGB
CMYK
RGB Variations
Color information
#BCF256 (or 0xBCF256) is known color: Conifer. HEX triplet: BC, F2 and 56. RGB value is (188,242,86). Sum of RGB (Red+Green+Blue) = 188+242+86=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 86 (33.98% from 255 or 16.67% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF256 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF256 is #430DA9. Grayscale: #D0D0D0. Windows color (decimal): -4394410 or 5698236. OLE color: 5698236.
HSL color Cylindrical-coordinate representation of color #BCF256: hue angle of 80.77º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCF256 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 86 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.05 |
| HSL | 80.77º | 0.86% | 0.64% | - |
| HSV(B) | 80.77º | 0.64% | 0.95% | - |
| XYZ | 54.17 | 74.87 | 20.4 | - |
| YUV | 208.07 | 59.11 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 86 | 0.22 | 0 | 0.64 | 0.05 | 80.77 | 0.86 | 0.64 |
| Hex | BC | F2 | 56 | 16 | 0 | 40 | 5 | 51 | 56 | 40 |
| Octal | 274 | 362 | 126 | 26 | 0 | 100 | 5 | 121 | 126 | 100 |
| Binary | 10111100 | 11110010 | 1010110 | 10110 | 0 | 1000000 | 101 | 1010001 | 1010110 | 1000000 |
Color Harmonies of #BCF256
Complementary color
Monochromatic Colors of #BCF256
Black with #BCF256
Text Example
Text Example
White with #BCF256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF256; }
p { color: rgb(188,242,86); }
H1.HeaderClassName
{
color: #BCF256;
}
.AnyTagClassName
{
color: #BCF256;
}
</style>
background-color css
<style>
a { background-color: #BCF256; }
a { background-color: rgb(188,242,86); }
div.DivClassName
{
background-color: #BCF256;
}
.BgClassName
{
background-color: #BCF256;
}
</style>
border-color css
<style>
span { border-color: #BCF256; }
span { border-color: rgb(188,242,86); }
td.TdClassName
{
border-color: #BCF256;
}
.TagClassName
{
border-color: #BCF256;
}
</style>