Shades of Caper #BCD276
Tints of Caper #BCD276
RGB
CMYK
RGB Variations
Color information
#BCD276 (or 0xBCD276) is known color: Caper. HEX triplet: BC, D2 and 76. RGB value is (188,210,118). Sum of RGB (Red+Green+Blue) = 188+210+118=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 118 (46.48% from 255 or 22.87% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD276 is #432D89. Grayscale: #C1C1C1. Windows color (decimal): -4402570 or 7787196. OLE color: 7787196.
HSL color Cylindrical-coordinate representation of color #BCD276: hue angle of 74.35º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCD276 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 118 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.18 |
| HSL | 74.35º | 0.51% | 0.64% | - |
| HSV(B) | 74.35º | 0.44% | 0.82% | - |
| XYZ | 47.06 | 58.09 | 25.87 | - |
| YUV | 192.93 | 85.71 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 118 | 0.10 | 0 | 0.44 | 0.18 | 74.35 | 0.51 | 0.64 |
| Hex | BC | D2 | 76 | A | 0 | 2C | 12 | 4A | 33 | 40 |
| Octal | 274 | 322 | 166 | 12 | 0 | 54 | 22 | 112 | 63 | 100 |
| Binary | 10111100 | 11010010 | 1110110 | 1010 | 0 | 101100 | 10010 | 1001010 | 110011 | 1000000 |
Color Harmonies of #BCD276
Complementary color
Monochromatic Colors of #BCD276
Black with #BCD276
Text Example
Text Example
White with #BCD276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD276; }
p { color: rgb(188,210,118); }
H1.HeaderClassName
{
color: #BCD276;
}
.AnyTagClassName
{
color: #BCD276;
}
</style>
background-color css
<style>
a { background-color: #BCD276; }
a { background-color: rgb(188,210,118); }
div.DivClassName
{
background-color: #BCD276;
}
.BgClassName
{
background-color: #BCD276;
}
</style>
border-color css
<style>
span { border-color: #BCD276; }
span { border-color: rgb(188,210,118); }
td.TdClassName
{
border-color: #BCD276;
}
.TagClassName
{
border-color: #BCD276;
}
</style>