Shades of Caper #BCCF7D
Tints of Caper #BCCF7D
RGB
CMYK
RGB Variations
Color information
#BCCF7D (or 0xBCCF7D) is known color: Caper. HEX triplet: BC, CF and 7D. RGB value is (188,207,125). Sum of RGB (Red+Green+Blue) = 188+207+125=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCF7D is #433082. Grayscale: #C0C0C0. Windows color (decimal): -4403331 or 8245180. OLE color: 8245180.
HSL color Cylindrical-coordinate representation of color #BCCF7D: hue angle of 73.9º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCCF7D is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 125 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.19 |
| HSL | 73.9º | 0.46% | 0.65% | - |
| HSV(B) | 73.9º | 0.4% | 0.81% | - |
| XYZ | 46.75 | 56.8 | 27.9 | - |
| YUV | 191.97 | 90.21 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 125 | 0.09 | 0 | 0.40 | 0.19 | 73.9 | 0.46 | 0.65 |
| Hex | BC | CF | 7D | 9 | 0 | 28 | 13 | 4A | 2E | 41 |
| Octal | 274 | 317 | 175 | 11 | 0 | 50 | 23 | 112 | 56 | 101 |
| Binary | 10111100 | 11001111 | 1111101 | 1001 | 0 | 101000 | 10011 | 1001010 | 101110 | 1000001 |
Color Harmonies of #BCCF7D
Complementary color
Monochromatic Colors of #BCCF7D
Black with #BCCF7D
Text Example
Text Example
White with #BCCF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCF7D; }
p { color: rgb(188,207,125); }
H1.HeaderClassName
{
color: #BCCF7D;
}
.AnyTagClassName
{
color: #BCCF7D;
}
</style>
background-color css
<style>
a { background-color: #BCCF7D; }
a { background-color: rgb(188,207,125); }
div.DivClassName
{
background-color: #BCCF7D;
}
.BgClassName
{
background-color: #BCCF7D;
}
</style>
border-color css
<style>
span { border-color: #BCCF7D; }
span { border-color: rgb(188,207,125); }
td.TdClassName
{
border-color: #BCCF7D;
}
.TagClassName
{
border-color: #BCCF7D;
}
</style>