Shades of Caper #BCD480
Tints of Caper #BCD480
RGB
CMYK
RGB Variations
Color information
#BCD480 (or 0xBCD480) is known color: Caper. HEX triplet: BC, D4 and 80. RGB value is (188,212,128). Sum of RGB (Red+Green+Blue) = 188+212+128=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD480 is #432B7F. Grayscale: #C3C3C3. Windows color (decimal): -4402048 or 8443068. OLE color: 8443068.
HSL color Cylindrical-coordinate representation of color #BCD480: hue angle of 77.14º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCD480 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 212 | 128 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.17 |
| HSL | 77.14º | 0.49% | 0.67% | - |
| HSV(B) | 77.14º | 0.4% | 0.83% | - |
| XYZ | 48.18 | 59.34 | 29.34 | - |
| YUV | 195.25 | 90.05 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 128 | 0.11 | 0 | 0.40 | 0.17 | 77.14 | 0.49 | 0.67 |
| Hex | BC | D4 | 80 | B | 0 | 28 | 11 | 4D | 31 | 43 |
| Octal | 274 | 324 | 200 | 13 | 0 | 50 | 21 | 115 | 61 | 103 |
| Binary | 10111100 | 11010100 | 10000000 | 1011 | 0 | 101000 | 10001 | 1001101 | 110001 | 1000011 |
Color Harmonies of #BCD480
Complementary color
Monochromatic Colors of #BCD480
Black with #BCD480
Text Example
Text Example
White with #BCD480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD480; }
p { color: rgb(188,212,128); }
H1.HeaderClassName
{
color: #BCD480;
}
.AnyTagClassName
{
color: #BCD480;
}
</style>
background-color css
<style>
a { background-color: #BCD480; }
a { background-color: rgb(188,212,128); }
div.DivClassName
{
background-color: #BCD480;
}
.BgClassName
{
background-color: #BCD480;
}
</style>
border-color css
<style>
span { border-color: #BCD480; }
span { border-color: rgb(188,212,128); }
td.TdClassName
{
border-color: #BCD480;
}
.TagClassName
{
border-color: #BCD480;
}
</style>