Shades of Caper #BCCC84
Tints of Caper #BCCC84
RGB
CMYK
RGB Variations
Color information
#BCCC84 (or 0xBCCC84) is known color: Caper. HEX triplet: BC, CC and 84. RGB value is (188,204,132). Sum of RGB (Red+Green+Blue) = 188+204+132=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 132 (51.95% from 255 or 25.19% from 524); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCC84 is #43337B. Grayscale: #BFBFBF. Windows color (decimal): -4404092 or 8703164. OLE color: 8703164.
HSL color Cylindrical-coordinate representation of color #BCCC84: hue angle of 73.33º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCCC84 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 132 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.2 |
| HSL | 73.33º | 0.41% | 0.66% | - |
| HSV(B) | 73.33º | 0.35% | 0.8% | - |
| XYZ | 46.5 | 55.54 | 30.1 | - |
| YUV | 191.01 | 94.7 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 132 | 0.08 | 0 | 0.35 | 0.2 | 73.33 | 0.41 | 0.66 |
| Hex | BC | CC | 84 | 8 | 0 | 23 | 14 | 49 | 29 | 42 |
| Octal | 274 | 314 | 204 | 10 | 0 | 43 | 24 | 111 | 51 | 102 |
| Binary | 10111100 | 11001100 | 10000100 | 1000 | 0 | 100011 | 10100 | 1001001 | 101001 | 1000010 |
Color Harmonies of #BCCC84
Complementary color
Monochromatic Colors of #BCCC84
Black with #BCCC84
Text Example
Text Example
White with #BCCC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC84; }
p { color: rgb(188,204,132); }
H1.HeaderClassName
{
color: #BCCC84;
}
.AnyTagClassName
{
color: #BCCC84;
}
</style>
background-color css
<style>
a { background-color: #BCCC84; }
a { background-color: rgb(188,204,132); }
div.DivClassName
{
background-color: #BCCC84;
}
.BgClassName
{
background-color: #BCCC84;
}
</style>
border-color css
<style>
span { border-color: #BCCC84; }
span { border-color: rgb(188,204,132); }
td.TdClassName
{
border-color: #BCCC84;
}
.TagClassName
{
border-color: #BCCC84;
}
</style>