Shades of Caper #BCCF7C
Tints of Caper #BCCF7C
RGB
CMYK
RGB Variations
Color information
#BCCF7C (or 0xBCCF7C) is known color: Caper. HEX triplet: BC, CF and 7C. RGB value is (188,207,124). Sum of RGB (Red+Green+Blue) = 188+207+124=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCF7C is #433083. Grayscale: #C0C0C0. Windows color (decimal): -4403332 or 8179644. OLE color: 8179644.
HSL color Cylindrical-coordinate representation of color #BCCF7C: hue angle of 73.73º 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 #BCCF7C is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 124 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.19 |
| HSL | 73.73º | 0.46% | 0.65% | - |
| HSV(B) | 73.73º | 0.4% | 0.81% | - |
| XYZ | 46.69 | 56.77 | 27.57 | - |
| YUV | 191.86 | 89.71 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 124 | 0.09 | 0 | 0.40 | 0.19 | 73.73 | 0.46 | 0.65 |
| Hex | BC | CF | 7C | 9 | 0 | 28 | 13 | 4A | 2E | 41 |
| Octal | 274 | 317 | 174 | 11 | 0 | 50 | 23 | 112 | 56 | 101 |
| Binary | 10111100 | 11001111 | 1111100 | 1001 | 0 | 101000 | 10011 | 1001010 | 101110 | 1000001 |
Color Harmonies of #BCCF7C
Complementary color
Monochromatic Colors of #BCCF7C
Black with #BCCF7C
Text Example
Text Example
White with #BCCF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCF7C; }
p { color: rgb(188,207,124); }
H1.HeaderClassName
{
color: #BCCF7C;
}
.AnyTagClassName
{
color: #BCCF7C;
}
</style>
background-color css
<style>
a { background-color: #BCCF7C; }
a { background-color: rgb(188,207,124); }
div.DivClassName
{
background-color: #BCCF7C;
}
.BgClassName
{
background-color: #BCCF7C;
}
</style>
border-color css
<style>
span { border-color: #BCCF7C; }
span { border-color: rgb(188,207,124); }
td.TdClassName
{
border-color: #BCCF7C;
}
.TagClassName
{
border-color: #BCCF7C;
}
</style>