Shades of Conifer #BCDF69
Tints of Conifer #BCDF69
RGB
CMYK
RGB Variations
Color information
#BCDF69 (or 0xBCDF69) is known color: Conifer. HEX triplet: BC, DF and 69. RGB value is (188,223,105). Sum of RGB (Red+Green+Blue) = 188+223+105=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 105 (41.41% from 255 or 20.35% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF69 is #432096. Grayscale: #C7C7C7. Windows color (decimal): -4399255 or 6938556. OLE color: 6938556.
HSL color Cylindrical-coordinate representation of color #BCDF69: hue angle of 77.8º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCDF69 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 105 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.13 |
| HSL | 77.8º | 0.65% | 0.64% | - |
| HSV(B) | 77.8º | 0.53% | 0.87% | - |
| XYZ | 49.68 | 64.49 | 23.19 | - |
| YUV | 199.08 | 74.9 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 105 | 0.16 | 0 | 0.53 | 0.13 | 77.8 | 0.65 | 0.64 |
| Hex | BC | DF | 69 | 10 | 0 | 35 | D | 4E | 41 | 40 |
| Octal | 274 | 337 | 151 | 20 | 0 | 65 | 15 | 116 | 101 | 100 |
| Binary | 10111100 | 11011111 | 1101001 | 10000 | 0 | 110101 | 1101 | 1001110 | 1000001 | 1000000 |
Color Harmonies of #BCDF69
Complementary color
Monochromatic Colors of #BCDF69
Black with #BCDF69
Text Example
Text Example
White with #BCDF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF69; }
p { color: rgb(188,223,105); }
H1.HeaderClassName
{
color: #BCDF69;
}
.AnyTagClassName
{
color: #BCDF69;
}
</style>
background-color css
<style>
a { background-color: #BCDF69; }
a { background-color: rgb(188,223,105); }
div.DivClassName
{
background-color: #BCDF69;
}
.BgClassName
{
background-color: #BCDF69;
}
</style>
border-color css
<style>
span { border-color: #BCDF69; }
span { border-color: rgb(188,223,105); }
td.TdClassName
{
border-color: #BCDF69;
}
.TagClassName
{
border-color: #BCDF69;
}
</style>