Shades of Conifer #BCF253
Tints of Conifer #BCF253
RGB
CMYK
RGB Variations
Color information
#BCF253 (or 0xBCF253) is known color: Conifer. HEX triplet: BC, F2 and 53. RGB value is (188,242,83). Sum of RGB (Red+Green+Blue) = 188+242+83=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 83 (32.81% from 255 or 16.18% from 513); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF253 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF253 is #430DAC. Grayscale: #D0D0D0. Windows color (decimal): -4394413 or 5501628. OLE color: 5501628.
HSL color Cylindrical-coordinate representation of color #BCF253: hue angle of 80.38º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCF253 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 83 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.05 |
| HSL | 80.38º | 0.86% | 0.64% | - |
| HSV(B) | 80.38º | 0.66% | 0.95% | - |
| XYZ | 54.05 | 74.82 | 19.78 | - |
| YUV | 207.73 | 57.61 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 83 | 0.22 | 0 | 0.66 | 0.05 | 80.38 | 0.86 | 0.64 |
| Hex | BC | F2 | 53 | 16 | 0 | 42 | 5 | 50 | 56 | 40 |
| Octal | 274 | 362 | 123 | 26 | 0 | 102 | 5 | 120 | 126 | 100 |
| Binary | 10111100 | 11110010 | 1010011 | 10110 | 0 | 1000010 | 101 | 1010000 | 1010110 | 1000000 |
Color Harmonies of #BCF253
Complementary color
Monochromatic Colors of #BCF253
Black with #BCF253
Text Example
Text Example
White with #BCF253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF253; }
p { color: rgb(188,242,83); }
H1.HeaderClassName
{
color: #BCF253;
}
.AnyTagClassName
{
color: #BCF253;
}
</style>
background-color css
<style>
a { background-color: #BCF253; }
a { background-color: rgb(188,242,83); }
div.DivClassName
{
background-color: #BCF253;
}
.BgClassName
{
background-color: #BCF253;
}
</style>
border-color css
<style>
span { border-color: #BCF253; }
span { border-color: rgb(188,242,83); }
td.TdClassName
{
border-color: #BCF253;
}
.TagClassName
{
border-color: #BCF253;
}
</style>