Shades of Conifer #BCEE65
Tints of Conifer #BCEE65
RGB
CMYK
RGB Variations
Color information
#BCEE65 (or 0xBCEE65) is known color: Conifer. HEX triplet: BC, EE and 65. RGB value is (188,238,101). Sum of RGB (Red+Green+Blue) = 188+238+101=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEE65 is #43119A. Grayscale: #CFCFCF. Windows color (decimal): -4395419 or 6680252. OLE color: 6680252.
HSL color Cylindrical-coordinate representation of color #BCEE65: hue angle of 81.9º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCEE65 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 101 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.07 |
| HSL | 81.9º | 0.8% | 0.66% | - |
| HSV(B) | 81.9º | 0.58% | 0.93% | - |
| XYZ | 53.66 | 72.78 | 23.53 | - |
| YUV | 207.43 | 67.94 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 101 | 0.21 | 0 | 0.58 | 0.07 | 81.9 | 0.8 | 0.66 |
| Hex | BC | EE | 65 | 15 | 0 | 3A | 7 | 52 | 50 | 42 |
| Octal | 274 | 356 | 145 | 25 | 0 | 72 | 7 | 122 | 120 | 102 |
| Binary | 10111100 | 11101110 | 1100101 | 10101 | 0 | 111010 | 111 | 1010010 | 1010000 | 1000010 |
Color Harmonies of #BCEE65
Complementary color
Monochromatic Colors of #BCEE65
Black with #BCEE65
Text Example
Text Example
White with #BCEE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEE65; }
p { color: rgb(188,238,101); }
H1.HeaderClassName
{
color: #BCEE65;
}
.AnyTagClassName
{
color: #BCEE65;
}
</style>
background-color css
<style>
a { background-color: #BCEE65; }
a { background-color: rgb(188,238,101); }
div.DivClassName
{
background-color: #BCEE65;
}
.BgClassName
{
background-color: #BCEE65;
}
</style>
border-color css
<style>
span { border-color: #BCEE65; }
span { border-color: rgb(188,238,101); }
td.TdClassName
{
border-color: #BCEE65;
}
.TagClassName
{
border-color: #BCEE65;
}
</style>