Shades of Caper #BCCF80
Tints of Caper #BCCF80
RGB
CMYK
RGB Variations
Color information
#BCCF80 (or 0xBCCF80) is known color: Caper. HEX triplet: BC, CF and 80. RGB value is (188,207,128). Sum of RGB (Red+Green+Blue) = 188+207+128=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCF80 is #43307F. Grayscale: #C0C0C0. Windows color (decimal): -4403328 or 8441788. OLE color: 8441788.
HSL color Cylindrical-coordinate representation of color #BCCF80: hue angle of 74.43º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCCF80 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 128 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.19 |
| HSL | 74.43º | 0.45% | 0.66% | - |
| HSV(B) | 74.43º | 0.38% | 0.81% | - |
| XYZ | 46.95 | 56.88 | 28.93 | - |
| YUV | 192.31 | 91.71 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 128 | 0.09 | 0 | 0.38 | 0.19 | 74.43 | 0.45 | 0.66 |
| Hex | BC | CF | 80 | 9 | 0 | 26 | 13 | 4A | 2D | 42 |
| Octal | 274 | 317 | 200 | 11 | 0 | 46 | 23 | 112 | 55 | 102 |
| Binary | 10111100 | 11001111 | 10000000 | 1001 | 0 | 100110 | 10011 | 1001010 | 101101 | 1000010 |
Color Harmonies of #BCCF80
Complementary color
Monochromatic Colors of #BCCF80
Black with #BCCF80
Text Example
Text Example
White with #BCCF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCF80; }
p { color: rgb(188,207,128); }
H1.HeaderClassName
{
color: #BCCF80;
}
.AnyTagClassName
{
color: #BCCF80;
}
</style>
background-color css
<style>
a { background-color: #BCCF80; }
a { background-color: rgb(188,207,128); }
div.DivClassName
{
background-color: #BCCF80;
}
.BgClassName
{
background-color: #BCCF80;
}
</style>
border-color css
<style>
span { border-color: #BCCF80; }
span { border-color: rgb(188,207,128); }
td.TdClassName
{
border-color: #BCCF80;
}
.TagClassName
{
border-color: #BCCF80;
}
</style>