Shades of Caper #BCD378
Tints of Caper #BCD378
RGB
CMYK
RGB Variations
Color information
#BCD378 (or 0xBCD378) is known color: Caper. HEX triplet: BC, D3 and 78. RGB value is (188,211,120). Sum of RGB (Red+Green+Blue) = 188+211+120=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD378 is #432C87. Grayscale: #C2C2C2. Windows color (decimal): -4402312 or 7918524. OLE color: 7918524.
HSL color Cylindrical-coordinate representation of color #BCD378: hue angle of 75.16º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCD378 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 120 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.17 |
| HSL | 75.16º | 0.51% | 0.65% | - |
| HSV(B) | 75.16º | 0.43% | 0.83% | - |
| XYZ | 47.42 | 58.64 | 26.59 | - |
| YUV | 193.75 | 86.38 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 120 | 0.11 | 0 | 0.43 | 0.17 | 75.16 | 0.51 | 0.65 |
| Hex | BC | D3 | 78 | B | 0 | 2B | 11 | 4B | 33 | 41 |
| Octal | 274 | 323 | 170 | 13 | 0 | 53 | 21 | 113 | 63 | 101 |
| Binary | 10111100 | 11010011 | 1111000 | 1011 | 0 | 101011 | 10001 | 1001011 | 110011 | 1000001 |
Color Harmonies of #BCD378
Complementary color
Monochromatic Colors of #BCD378
Black with #BCD378
Text Example
Text Example
White with #BCD378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD378; }
p { color: rgb(188,211,120); }
H1.HeaderClassName
{
color: #BCD378;
}
.AnyTagClassName
{
color: #BCD378;
}
</style>
background-color css
<style>
a { background-color: #BCD378; }
a { background-color: rgb(188,211,120); }
div.DivClassName
{
background-color: #BCD378;
}
.BgClassName
{
background-color: #BCD378;
}
</style>
border-color css
<style>
span { border-color: #BCD378; }
span { border-color: rgb(188,211,120); }
td.TdClassName
{
border-color: #BCD378;
}
.TagClassName
{
border-color: #BCD378;
}
</style>