Shades of Conifer #BCF164
Tints of Conifer #BCF164
RGB
CMYK
RGB Variations
Color information
#BCF164 (or 0xBCF164) is known color: Conifer. HEX triplet: BC, F1 and 64. RGB value is (188,241,100). Sum of RGB (Red+Green+Blue) = 188+241+100=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF164 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF164 is #430E9B. Grayscale: #D1D1D1. Windows color (decimal): -4394652 or 6615484. OLE color: 6615484.
HSL color Cylindrical-coordinate representation of color #BCF164: hue angle of 82.55º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCF164 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 100 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.05 |
| HSL | 82.55º | 0.83% | 0.67% | - |
| HSV(B) | 82.55º | 0.59% | 0.95% | - |
| XYZ | 54.49 | 74.52 | 23.57 | - |
| YUV | 209.08 | 66.44 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 100 | 0.22 | 0 | 0.59 | 0.05 | 82.55 | 0.83 | 0.67 |
| Hex | BC | F1 | 64 | 16 | 0 | 3B | 5 | 53 | 53 | 43 |
| Octal | 274 | 361 | 144 | 26 | 0 | 73 | 5 | 123 | 123 | 103 |
| Binary | 10111100 | 11110001 | 1100100 | 10110 | 0 | 111011 | 101 | 1010011 | 1010011 | 1000011 |
Color Harmonies of #BCF164
Complementary color
Monochromatic Colors of #BCF164
Black with #BCF164
Text Example
Text Example
White with #BCF164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF164; }
p { color: rgb(188,241,100); }
H1.HeaderClassName
{
color: #BCF164;
}
.AnyTagClassName
{
color: #BCF164;
}
</style>
background-color css
<style>
a { background-color: #BCF164; }
a { background-color: rgb(188,241,100); }
div.DivClassName
{
background-color: #BCF164;
}
.BgClassName
{
background-color: #BCF164;
}
</style>
border-color css
<style>
span { border-color: #BCF164; }
span { border-color: rgb(188,241,100); }
td.TdClassName
{
border-color: #BCF164;
}
.TagClassName
{
border-color: #BCF164;
}
</style>