Shades of Conifer #BCF854
Tints of Conifer #BCF854
RGB
CMYK
RGB Variations
Color information
#BCF854 (or 0xBCF854) is known color: Conifer. HEX triplet: BC, F8 and 54. RGB value is (188,248,84). Sum of RGB (Red+Green+Blue) = 188+248+84=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 248 (97.27% from 255 or 47.69% from 520); Blue value is 84 (33.20% from 255 or 16.15% from 520); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF854 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF854 is #4307AB. Grayscale: #D3D3D3. Windows color (decimal): -4392876 or 5568700. OLE color: 5568700.
HSL color Cylindrical-coordinate representation of color #BCF854: hue angle of 81.95º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCF854 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 84 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.03 |
| HSL | 81.95º | 0.92% | 0.65% | - |
| HSV(B) | 81.95º | 0.66% | 0.97% | - |
| XYZ | 55.91 | 78.47 | 20.59 | - |
| YUV | 211.36 | 56.12 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 84 | 0.24 | 0 | 0.66 | 0.03 | 81.95 | 0.92 | 0.65 |
| Hex | BC | F8 | 54 | 18 | 0 | 42 | 3 | 52 | 5C | 41 |
| Octal | 274 | 370 | 124 | 30 | 0 | 102 | 3 | 122 | 134 | 101 |
| Binary | 10111100 | 11111000 | 1010100 | 11000 | 0 | 1000010 | 11 | 1010010 | 1011100 | 1000001 |
Color Harmonies of #BCF854
Complementary color
Monochromatic Colors of #BCF854
Black with #BCF854
Text Example
Text Example
White with #BCF854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF854; }
p { color: rgb(188,248,84); }
H1.HeaderClassName
{
color: #BCF854;
}
.AnyTagClassName
{
color: #BCF854;
}
</style>
background-color css
<style>
a { background-color: #BCF854; }
a { background-color: rgb(188,248,84); }
div.DivClassName
{
background-color: #BCF854;
}
.BgClassName
{
background-color: #BCF854;
}
</style>
border-color css
<style>
span { border-color: #BCF854; }
span { border-color: rgb(188,248,84); }
td.TdClassName
{
border-color: #BCF854;
}
.TagClassName
{
border-color: #BCF854;
}
</style>