Shades of Caper #BCCC80
Tints of Caper #BCCC80
RGB
CMYK
RGB Variations
Color information
#BCCC80 (or 0xBCCC80) is known color: Caper. HEX triplet: BC, CC and 80. RGB value is (188,204,128). Sum of RGB (Red+Green+Blue) = 188+204+128=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCC80 is #43337F. Grayscale: #BEBEBE. Windows color (decimal): -4404096 or 8441020. OLE color: 8441020.
HSL color Cylindrical-coordinate representation of color #BCCC80: hue angle of 72.63º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCCC80 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 128 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.2 |
| HSL | 72.63º | 0.43% | 0.65% | - |
| HSV(B) | 72.63º | 0.37% | 0.8% | - |
| XYZ | 46.23 | 55.44 | 28.69 | - |
| YUV | 190.55 | 92.7 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 128 | 0.08 | 0 | 0.37 | 0.2 | 72.63 | 0.43 | 0.65 |
| Hex | BC | CC | 80 | 8 | 0 | 25 | 14 | 49 | 2B | 41 |
| Octal | 274 | 314 | 200 | 10 | 0 | 45 | 24 | 111 | 53 | 101 |
| Binary | 10111100 | 11001100 | 10000000 | 1000 | 0 | 100101 | 10100 | 1001001 | 101011 | 1000001 |
Color Harmonies of #BCCC80
Complementary color
Monochromatic Colors of #BCCC80
Black with #BCCC80
Text Example
Text Example
White with #BCCC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC80; }
p { color: rgb(188,204,128); }
H1.HeaderClassName
{
color: #BCCC80;
}
.AnyTagClassName
{
color: #BCCC80;
}
</style>
background-color css
<style>
a { background-color: #BCCC80; }
a { background-color: rgb(188,204,128); }
div.DivClassName
{
background-color: #BCCC80;
}
.BgClassName
{
background-color: #BCCC80;
}
</style>
border-color css
<style>
span { border-color: #BCCC80; }
span { border-color: rgb(188,204,128); }
td.TdClassName
{
border-color: #BCCC80;
}
.TagClassName
{
border-color: #BCCC80;
}
</style>