Shades of Caper #BCCF84
Tints of Caper #BCCF84
RGB
CMYK
RGB Variations
Color information
#BCCF84 (or 0xBCCF84) is known color: Caper. HEX triplet: BC, CF and 84. RGB value is (188,207,132). Sum of RGB (Red+Green+Blue) = 188+207+132=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCF84 is #43307B. Grayscale: #C1C1C1. Windows color (decimal): -4403324 or 8703932. OLE color: 8703932.
HSL color Cylindrical-coordinate representation of color #BCCF84: hue angle of 75.2º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCCF84 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 132 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.19 |
| HSL | 75.2º | 0.44% | 0.66% | - |
| HSV(B) | 75.2º | 0.36% | 0.81% | - |
| XYZ | 47.22 | 56.98 | 30.34 | - |
| YUV | 192.77 | 93.71 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 132 | 0.09 | 0 | 0.36 | 0.19 | 75.2 | 0.44 | 0.66 |
| Hex | BC | CF | 84 | 9 | 0 | 24 | 13 | 4B | 2C | 42 |
| Octal | 274 | 317 | 204 | 11 | 0 | 44 | 23 | 113 | 54 | 102 |
| Binary | 10111100 | 11001111 | 10000100 | 1001 | 0 | 100100 | 10011 | 1001011 | 101100 | 1000010 |
Color Harmonies of #BCCF84
Complementary color
Monochromatic Colors of #BCCF84
Black with #BCCF84
Text Example
Text Example
White with #BCCF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCF84; }
p { color: rgb(188,207,132); }
H1.HeaderClassName
{
color: #BCCF84;
}
.AnyTagClassName
{
color: #BCCF84;
}
</style>
background-color css
<style>
a { background-color: #BCCF84; }
a { background-color: rgb(188,207,132); }
div.DivClassName
{
background-color: #BCCF84;
}
.BgClassName
{
background-color: #BCCF84;
}
</style>
border-color css
<style>
span { border-color: #BCCF84; }
span { border-color: rgb(188,207,132); }
td.TdClassName
{
border-color: #BCCF84;
}
.TagClassName
{
border-color: #BCCF84;
}
</style>