Shades of Caper #BCCA84
Tints of Caper #BCCA84
RGB
CMYK
RGB Variations
Color information
#BCCA84 (or 0xBCCA84) is known color: Caper. HEX triplet: BC, CA and 84. RGB value is (188,202,132). Sum of RGB (Red+Green+Blue) = 188+202+132=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCA84 is #43357B. Grayscale: #BEBEBE. Windows color (decimal): -4404604 or 8702652. OLE color: 8702652.
HSL color Cylindrical-coordinate representation of color #BCCA84: hue angle of 72º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCCA84 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 202 | 132 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.21 |
| HSL | 72º | 0.4% | 0.65% | - |
| HSV(B) | 72º | 0.35% | 0.79% | - |
| XYZ | 46.02 | 54.6 | 29.94 | - |
| YUV | 189.83 | 95.36 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 132 | 0.07 | 0 | 0.35 | 0.21 | 72 | 0.4 | 0.65 |
| Hex | BC | CA | 84 | 7 | 0 | 23 | 15 | 48 | 28 | 41 |
| Octal | 274 | 312 | 204 | 7 | 0 | 43 | 25 | 110 | 50 | 101 |
| Binary | 10111100 | 11001010 | 10000100 | 111 | 0 | 100011 | 10101 | 1001000 | 101000 | 1000001 |
Color Harmonies of #BCCA84
Complementary color
Monochromatic Colors of #BCCA84
Black with #BCCA84
Text Example
Text Example
White with #BCCA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCA84; }
p { color: rgb(188,202,132); }
H1.HeaderClassName
{
color: #BCCA84;
}
.AnyTagClassName
{
color: #BCCA84;
}
</style>
background-color css
<style>
a { background-color: #BCCA84; }
a { background-color: rgb(188,202,132); }
div.DivClassName
{
background-color: #BCCA84;
}
.BgClassName
{
background-color: #BCCA84;
}
</style>
border-color css
<style>
span { border-color: #BCCA84; }
span { border-color: rgb(188,202,132); }
td.TdClassName
{
border-color: #BCCA84;
}
.TagClassName
{
border-color: #BCCA84;
}
</style>