Shades of Caper #BCD07F
Tints of Caper #BCD07F
RGB
CMYK
RGB Variations
Color information
#BCD07F (or 0xBCD07F) is known color: Caper. HEX triplet: BC, D0 and 7F. RGB value is (188,208,127). Sum of RGB (Red+Green+Blue) = 188+208+127=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD07F is #432F80. Grayscale: #C1C1C1. Windows color (decimal): -4403073 or 8376508. OLE color: 8376508.
HSL color Cylindrical-coordinate representation of color #BCD07F: hue angle of 74.81º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCD07F is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 127 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.18 |
| HSL | 74.81º | 0.46% | 0.66% | - |
| HSV(B) | 74.81º | 0.39% | 0.82% | - |
| XYZ | 47.13 | 57.34 | 28.66 | - |
| YUV | 192.79 | 90.87 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 127 | 0.10 | 0 | 0.39 | 0.18 | 74.81 | 0.46 | 0.66 |
| Hex | BC | D0 | 7F | A | 0 | 27 | 12 | 4B | 2E | 42 |
| Octal | 274 | 320 | 177 | 12 | 0 | 47 | 22 | 113 | 56 | 102 |
| Binary | 10111100 | 11010000 | 1111111 | 1010 | 0 | 100111 | 10010 | 1001011 | 101110 | 1000010 |
Color Harmonies of #BCD07F
Complementary color
Monochromatic Colors of #BCD07F
Black with #BCD07F
Text Example
Text Example
White with #BCD07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD07F; }
p { color: rgb(188,208,127); }
H1.HeaderClassName
{
color: #BCD07F;
}
.AnyTagClassName
{
color: #BCD07F;
}
</style>
background-color css
<style>
a { background-color: #BCD07F; }
a { background-color: rgb(188,208,127); }
div.DivClassName
{
background-color: #BCD07F;
}
.BgClassName
{
background-color: #BCD07F;
}
</style>
border-color css
<style>
span { border-color: #BCD07F; }
span { border-color: rgb(188,208,127); }
td.TdClassName
{
border-color: #BCD07F;
}
.TagClassName
{
border-color: #BCD07F;
}
</style>