Shades of Caper #BCCF7E
Tints of Caper #BCCF7E
RGB
CMYK
RGB Variations
Color information
#BCCF7E (or 0xBCCF7E) is known color: Caper. HEX triplet: BC, CF and 7E. RGB value is (188,207,126). Sum of RGB (Red+Green+Blue) = 188+207+126=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCF7E is #433081. Grayscale: #C0C0C0. Windows color (decimal): -4403330 or 8310716. OLE color: 8310716.
HSL color Cylindrical-coordinate representation of color #BCCF7E: hue angle of 74.07º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCCF7E is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 126 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.19 |
| HSL | 74.07º | 0.46% | 0.65% | - |
| HSV(B) | 74.07º | 0.39% | 0.81% | - |
| XYZ | 46.82 | 56.82 | 28.24 | - |
| YUV | 192.09 | 90.71 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 126 | 0.09 | 0 | 0.39 | 0.19 | 74.07 | 0.46 | 0.65 |
| Hex | BC | CF | 7E | 9 | 0 | 27 | 13 | 4A | 2E | 41 |
| Octal | 274 | 317 | 176 | 11 | 0 | 47 | 23 | 112 | 56 | 101 |
| Binary | 10111100 | 11001111 | 1111110 | 1001 | 0 | 100111 | 10011 | 1001010 | 101110 | 1000001 |
Color Harmonies of #BCCF7E
Complementary color
Monochromatic Colors of #BCCF7E
Black with #BCCF7E
Text Example
Text Example
White with #BCCF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCF7E; }
p { color: rgb(188,207,126); }
H1.HeaderClassName
{
color: #BCCF7E;
}
.AnyTagClassName
{
color: #BCCF7E;
}
</style>
background-color css
<style>
a { background-color: #BCCF7E; }
a { background-color: rgb(188,207,126); }
div.DivClassName
{
background-color: #BCCF7E;
}
.BgClassName
{
background-color: #BCCF7E;
}
</style>
border-color css
<style>
span { border-color: #BCCF7E; }
span { border-color: rgb(188,207,126); }
td.TdClassName
{
border-color: #BCCF7E;
}
.TagClassName
{
border-color: #BCCF7E;
}
</style>