Shades of Conifer #BCF653
Tints of Conifer #BCF653
RGB
CMYK
RGB Variations
Color information
#BCF653 (or 0xBCF653) is known color: Conifer. HEX triplet: BC, F6 and 53. RGB value is (188,246,83). Sum of RGB (Red+Green+Blue) = 188+246+83=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 246 (96.48% from 255 or 47.58% from 517); Blue value is 83 (32.81% from 255 or 16.05% from 517); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF653 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF653 is #4309AC. Grayscale: #D2D2D2. Windows color (decimal): -4393389 or 5502652. OLE color: 5502652.
HSL color Cylindrical-coordinate representation of color #BCF653: hue angle of 81.35º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCF653 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 83 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.04 |
| HSL | 81.35º | 0.9% | 0.65% | - |
| HSV(B) | 81.35º | 0.66% | 0.96% | - |
| XYZ | 55.26 | 77.23 | 20.18 | - |
| YUV | 210.08 | 56.28 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 83 | 0.24 | 0 | 0.66 | 0.04 | 81.35 | 0.9 | 0.65 |
| Hex | BC | F6 | 53 | 18 | 0 | 42 | 4 | 51 | 5A | 41 |
| Octal | 274 | 366 | 123 | 30 | 0 | 102 | 4 | 121 | 132 | 101 |
| Binary | 10111100 | 11110110 | 1010011 | 11000 | 0 | 1000010 | 100 | 1010001 | 1011010 | 1000001 |
Color Harmonies of #BCF653
Complementary color
Monochromatic Colors of #BCF653
Black with #BCF653
Text Example
Text Example
White with #BCF653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF653; }
p { color: rgb(188,246,83); }
H1.HeaderClassName
{
color: #BCF653;
}
.AnyTagClassName
{
color: #BCF653;
}
</style>
background-color css
<style>
a { background-color: #BCF653; }
a { background-color: rgb(188,246,83); }
div.DivClassName
{
background-color: #BCF653;
}
.BgClassName
{
background-color: #BCF653;
}
</style>
border-color css
<style>
span { border-color: #BCF653; }
span { border-color: rgb(188,246,83); }
td.TdClassName
{
border-color: #BCF653;
}
.TagClassName
{
border-color: #BCF653;
}
</style>