Shades of Caper #BCD178
Tints of Caper #BCD178
RGB
CMYK
RGB Variations
Color information
#BCD178 (or 0xBCD178) is known color: Caper. HEX triplet: BC, D1 and 78. RGB value is (188,209,120). Sum of RGB (Red+Green+Blue) = 188+209+120=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 120 (47.27% from 255 or 23.21% from 517); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD178 is #432E87. Grayscale: #C0C0C0. Windows color (decimal): -4402824 or 7918012. OLE color: 7918012.
HSL color Cylindrical-coordinate representation of color #BCD178: hue angle of 74.16º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCD178 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 120 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.18 |
| HSL | 74.16º | 0.49% | 0.65% | - |
| HSV(B) | 74.16º | 0.43% | 0.82% | - |
| XYZ | 46.93 | 57.65 | 26.42 | - |
| YUV | 192.58 | 87.04 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 120 | 0.10 | 0 | 0.43 | 0.18 | 74.16 | 0.49 | 0.65 |
| Hex | BC | D1 | 78 | A | 0 | 2B | 12 | 4A | 31 | 41 |
| Octal | 274 | 321 | 170 | 12 | 0 | 53 | 22 | 112 | 61 | 101 |
| Binary | 10111100 | 11010001 | 1111000 | 1010 | 0 | 101011 | 10010 | 1001010 | 110001 | 1000001 |
Color Harmonies of #BCD178
Complementary color
Monochromatic Colors of #BCD178
Black with #BCD178
Text Example
Text Example
White with #BCD178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD178; }
p { color: rgb(188,209,120); }
H1.HeaderClassName
{
color: #BCD178;
}
.AnyTagClassName
{
color: #BCD178;
}
</style>
background-color css
<style>
a { background-color: #BCD178; }
a { background-color: rgb(188,209,120); }
div.DivClassName
{
background-color: #BCD178;
}
.BgClassName
{
background-color: #BCD178;
}
</style>
border-color css
<style>
span { border-color: #BCD178; }
span { border-color: rgb(188,209,120); }
td.TdClassName
{
border-color: #BCD178;
}
.TagClassName
{
border-color: #BCD178;
}
</style>