Shades of Caper #BCD084
Tints of Caper #BCD084
RGB
CMYK
RGB Variations
Color information
#BCD084 (or 0xBCD084) is known color: Caper. HEX triplet: BC, D0 and 84. RGB value is (188,208,132). Sum of RGB (Red+Green+Blue) = 188+208+132=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 132 (51.95% from 255 or 25% from 528); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD084 is #432F7B. Grayscale: #C1C1C1. Windows color (decimal): -4403068 or 8704188. OLE color: 8704188.
HSL color Cylindrical-coordinate representation of color #BCD084: hue angle of 75.79º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCD084 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 132 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.18 |
| HSL | 75.79º | 0.45% | 0.67% | - |
| HSV(B) | 75.79º | 0.37% | 0.82% | - |
| XYZ | 47.46 | 57.47 | 30.42 | - |
| YUV | 193.36 | 93.37 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 132 | 0.10 | 0 | 0.37 | 0.18 | 75.79 | 0.45 | 0.67 |
| Hex | BC | D0 | 84 | A | 0 | 25 | 12 | 4C | 2D | 43 |
| Octal | 274 | 320 | 204 | 12 | 0 | 45 | 22 | 114 | 55 | 103 |
| Binary | 10111100 | 11010000 | 10000100 | 1010 | 0 | 100101 | 10010 | 1001100 | 101101 | 1000011 |
Color Harmonies of #BCD084
Complementary color
Monochromatic Colors of #BCD084
Black with #BCD084
Text Example
Text Example
White with #BCD084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD084; }
p { color: rgb(188,208,132); }
H1.HeaderClassName
{
color: #BCD084;
}
.AnyTagClassName
{
color: #BCD084;
}
</style>
background-color css
<style>
a { background-color: #BCD084; }
a { background-color: rgb(188,208,132); }
div.DivClassName
{
background-color: #BCD084;
}
.BgClassName
{
background-color: #BCD084;
}
</style>
border-color css
<style>
span { border-color: #BCD084; }
span { border-color: rgb(188,208,132); }
td.TdClassName
{
border-color: #BCD084;
}
.TagClassName
{
border-color: #BCD084;
}
</style>