Shades of Conifer #BCF756
Tints of Conifer #BCF756
RGB
CMYK
RGB Variations
Color information
#BCF756 (or 0xBCF756) is known color: Conifer. HEX triplet: BC, F7 and 56. RGB value is (188,247,86). Sum of RGB (Red+Green+Blue) = 188+247+86=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 247 (96.88% from 255 or 47.41% from 521); Blue value is 86 (33.98% from 255 or 16.51% from 521); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF756 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF756 is #4308A9. Grayscale: #D3D3D3. Windows color (decimal): -4393130 or 5699516. OLE color: 5699516.
HSL color Cylindrical-coordinate representation of color #BCF756: hue angle of 81.99º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCF756 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 86 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.03 |
| HSL | 81.99º | 0.91% | 0.65% | - |
| HSV(B) | 81.99º | 0.65% | 0.97% | - |
| XYZ | 55.68 | 77.88 | 20.9 | - |
| YUV | 211.01 | 57.45 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 86 | 0.24 | 0 | 0.65 | 0.03 | 81.99 | 0.91 | 0.65 |
| Hex | BC | F7 | 56 | 18 | 0 | 41 | 3 | 52 | 5B | 41 |
| Octal | 274 | 367 | 126 | 30 | 0 | 101 | 3 | 122 | 133 | 101 |
| Binary | 10111100 | 11110111 | 1010110 | 11000 | 0 | 1000001 | 11 | 1010010 | 1011011 | 1000001 |
Color Harmonies of #BCF756
Complementary color
Monochromatic Colors of #BCF756
Black with #BCF756
Text Example
Text Example
White with #BCF756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF756; }
p { color: rgb(188,247,86); }
H1.HeaderClassName
{
color: #BCF756;
}
.AnyTagClassName
{
color: #BCF756;
}
</style>
background-color css
<style>
a { background-color: #BCF756; }
a { background-color: rgb(188,247,86); }
div.DivClassName
{
background-color: #BCF756;
}
.BgClassName
{
background-color: #BCF756;
}
</style>
border-color css
<style>
span { border-color: #BCF756; }
span { border-color: rgb(188,247,86); }
td.TdClassName
{
border-color: #BCF756;
}
.TagClassName
{
border-color: #BCF756;
}
</style>