Shades of Conifer #BCF855
Tints of Conifer #BCF855
RGB
CMYK
RGB Variations
Color information
#BCF855 (or 0xBCF855) is known color: Conifer. HEX triplet: BC, F8 and 55. RGB value is (188,248,85). Sum of RGB (Red+Green+Blue) = 188+248+85=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 85 (33.59% from 255 or 16.31% from 521); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF855 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF855 is #4307AA. Grayscale: #D4D4D4. Windows color (decimal): -4392875 or 5634236. OLE color: 5634236.
HSL color Cylindrical-coordinate representation of color #BCF855: hue angle of 82.09º 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 #BCF855 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 85 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.03 |
| HSL | 82.09º | 0.92% | 0.65% | - |
| HSV(B) | 82.09º | 0.66% | 0.97% | - |
| XYZ | 55.95 | 78.48 | 20.79 | - |
| YUV | 211.48 | 56.62 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 85 | 0.24 | 0 | 0.66 | 0.03 | 82.09 | 0.92 | 0.65 |
| Hex | BC | F8 | 55 | 18 | 0 | 42 | 3 | 52 | 5C | 41 |
| Octal | 274 | 370 | 125 | 30 | 0 | 102 | 3 | 122 | 134 | 101 |
| Binary | 10111100 | 11111000 | 1010101 | 11000 | 0 | 1000010 | 11 | 1010010 | 1011100 | 1000001 |
Color Harmonies of #BCF855
Complementary color
Monochromatic Colors of #BCF855
Black with #BCF855
Text Example
Text Example
White with #BCF855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF855; }
p { color: rgb(188,248,85); }
H1.HeaderClassName
{
color: #BCF855;
}
.AnyTagClassName
{
color: #BCF855;
}
</style>
background-color css
<style>
a { background-color: #BCF855; }
a { background-color: rgb(188,248,85); }
div.DivClassName
{
background-color: #BCF855;
}
.BgClassName
{
background-color: #BCF855;
}
</style>
border-color css
<style>
span { border-color: #BCF855; }
span { border-color: rgb(188,248,85); }
td.TdClassName
{
border-color: #BCF855;
}
.TagClassName
{
border-color: #BCF855;
}
</style>