Shades of Caper #BCD484
Tints of Caper #BCD484
RGB
CMYK
RGB Variations
Color information
#BCD484 (or 0xBCD484) is known color: Caper. HEX triplet: BC, D4 and 84. RGB value is (188,212,132). Sum of RGB (Red+Green+Blue) = 188+212+132=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 132 (51.95% from 255 or 24.81% from 532); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD484 is #432B7B. Grayscale: #C4C4C4. Windows color (decimal): -4402044 or 8705212. OLE color: 8705212.
HSL color Cylindrical-coordinate representation of color #BCD484: hue angle of 78º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCD484 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 212 | 132 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.17 |
| HSL | 78º | 0.48% | 0.67% | - |
| HSV(B) | 78º | 0.38% | 0.83% | - |
| XYZ | 48.45 | 59.44 | 30.75 | - |
| YUV | 195.7 | 92.05 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 132 | 0.11 | 0 | 0.38 | 0.17 | 78 | 0.48 | 0.67 |
| Hex | BC | D4 | 84 | B | 0 | 26 | 11 | 4E | 30 | 43 |
| Octal | 274 | 324 | 204 | 13 | 0 | 46 | 21 | 116 | 60 | 103 |
| Binary | 10111100 | 11010100 | 10000100 | 1011 | 0 | 100110 | 10001 | 1001110 | 110000 | 1000011 |
Color Harmonies of #BCD484
Complementary color
Monochromatic Colors of #BCD484
Black with #BCD484
Text Example
Text Example
White with #BCD484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD484; }
p { color: rgb(188,212,132); }
H1.HeaderClassName
{
color: #BCD484;
}
.AnyTagClassName
{
color: #BCD484;
}
</style>
background-color css
<style>
a { background-color: #BCD484; }
a { background-color: rgb(188,212,132); }
div.DivClassName
{
background-color: #BCD484;
}
.BgClassName
{
background-color: #BCD484;
}
</style>
border-color css
<style>
span { border-color: #BCD484; }
span { border-color: rgb(188,212,132); }
td.TdClassName
{
border-color: #BCD484;
}
.TagClassName
{
border-color: #BCD484;
}
</style>