Shades of Caper #BCCD86
Tints of Caper #BCCD86
RGB
CMYK
RGB Variations
Color information
#BCCD86 (or 0xBCCD86) is known color: Caper. HEX triplet: BC, CD and 86. RGB value is (188,205,134). Sum of RGB (Red+Green+Blue) = 188+205+134=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 134 (52.73% from 255 or 25.43% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCD86 is #433279. Grayscale: #C0C0C0. Windows color (decimal): -4403834 or 8834492. OLE color: 8834492.
HSL color Cylindrical-coordinate representation of color #BCCD86: hue angle of 74.37º degrees, saturation: 0.42, 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 #BCCD86 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 134 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.20 |
| HSL | 74.37º | 0.42% | 0.66% | - |
| HSV(B) | 74.37º | 0.35% | 0.8% | - |
| XYZ | 46.87 | 56.08 | 30.91 | - |
| YUV | 191.82 | 95.37 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 134 | 0.08 | 0 | 0.35 | 0.20 | 74.37 | 0.42 | 0.66 |
| Hex | BC | CD | 86 | 8 | 0 | 23 | 14 | 4A | 2A | 42 |
| Octal | 274 | 315 | 206 | 10 | 0 | 43 | 24 | 112 | 52 | 102 |
| Binary | 10111100 | 11001101 | 10000110 | 1000 | 0 | 100011 | 10100 | 1001010 | 101010 | 1000010 |
Color Harmonies of #BCCD86
Complementary color
Monochromatic Colors of #BCCD86
Black with #BCCD86
Text Example
Text Example
White with #BCCD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD86; }
p { color: rgb(188,205,134); }
H1.HeaderClassName
{
color: #BCCD86;
}
.AnyTagClassName
{
color: #BCCD86;
}
</style>
background-color css
<style>
a { background-color: #BCCD86; }
a { background-color: rgb(188,205,134); }
div.DivClassName
{
background-color: #BCCD86;
}
.BgClassName
{
background-color: #BCCD86;
}
</style>
border-color css
<style>
span { border-color: #BCCD86; }
span { border-color: rgb(188,205,134); }
td.TdClassName
{
border-color: #BCCD86;
}
.TagClassName
{
border-color: #BCCD86;
}
</style>