Shades of Caper #BCD284
Tints of Caper #BCD284
RGB
CMYK
RGB Variations
Color information
#BCD284 (or 0xBCD284) is known color: Caper. HEX triplet: BC, D2 and 84. RGB value is (188,210,132). Sum of RGB (Red+Green+Blue) = 188+210+132=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 132 (51.95% from 255 or 24.91% from 530); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD284 is #432D7B. Grayscale: #C2C2C2. Windows color (decimal): -4402556 or 8704700. OLE color: 8704700.
HSL color Cylindrical-coordinate representation of color #BCD284: hue angle of 76.92º degrees, saturation: 0.46, 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 #BCD284 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 132 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.18 |
| HSL | 76.92º | 0.46% | 0.67% | - |
| HSV(B) | 76.92º | 0.37% | 0.82% | - |
| XYZ | 47.95 | 58.45 | 30.58 | - |
| YUV | 194.53 | 92.71 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 132 | 0.10 | 0 | 0.37 | 0.18 | 76.92 | 0.46 | 0.67 |
| Hex | BC | D2 | 84 | A | 0 | 25 | 12 | 4D | 2E | 43 |
| Octal | 274 | 322 | 204 | 12 | 0 | 45 | 22 | 115 | 56 | 103 |
| Binary | 10111100 | 11010010 | 10000100 | 1010 | 0 | 100101 | 10010 | 1001101 | 101110 | 1000011 |
Color Harmonies of #BCD284
Complementary color
Monochromatic Colors of #BCD284
Black with #BCD284
Text Example
Text Example
White with #BCD284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD284; }
p { color: rgb(188,210,132); }
H1.HeaderClassName
{
color: #BCD284;
}
.AnyTagClassName
{
color: #BCD284;
}
</style>
background-color css
<style>
a { background-color: #BCD284; }
a { background-color: rgb(188,210,132); }
div.DivClassName
{
background-color: #BCD284;
}
.BgClassName
{
background-color: #BCD284;
}
</style>
border-color css
<style>
span { border-color: #BCD284; }
span { border-color: rgb(188,210,132); }
td.TdClassName
{
border-color: #BCD284;
}
.TagClassName
{
border-color: #BCD284;
}
</style>