Shades of Caper #BCD482
Tints of Caper #BCD482
RGB
CMYK
RGB Variations
Color information
#BCD482 (or 0xBCD482) is known color: Caper. HEX triplet: BC, D4 and 82. RGB value is (188,212,130). Sum of RGB (Red+Green+Blue) = 188+212+130=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD482 is #432B7D. Grayscale: #C3C3C3. Windows color (decimal): -4402046 or 8574140. OLE color: 8574140.
HSL color Cylindrical-coordinate representation of color #BCD482: hue angle of 77.56º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCD482 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 212 | 130 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.17 |
| HSL | 77.56º | 0.49% | 0.67% | - |
| HSV(B) | 77.56º | 0.39% | 0.83% | - |
| XYZ | 48.31 | 59.39 | 30.04 | - |
| YUV | 195.48 | 91.05 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 130 | 0.11 | 0 | 0.39 | 0.17 | 77.56 | 0.49 | 0.67 |
| Hex | BC | D4 | 82 | B | 0 | 27 | 11 | 4E | 31 | 43 |
| Octal | 274 | 324 | 202 | 13 | 0 | 47 | 21 | 116 | 61 | 103 |
| Binary | 10111100 | 11010100 | 10000010 | 1011 | 0 | 100111 | 10001 | 1001110 | 110001 | 1000011 |
Color Harmonies of #BCD482
Complementary color
Monochromatic Colors of #BCD482
Black with #BCD482
Text Example
Text Example
White with #BCD482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD482; }
p { color: rgb(188,212,130); }
H1.HeaderClassName
{
color: #BCD482;
}
.AnyTagClassName
{
color: #BCD482;
}
</style>
background-color css
<style>
a { background-color: #BCD482; }
a { background-color: rgb(188,212,130); }
div.DivClassName
{
background-color: #BCD482;
}
.BgClassName
{
background-color: #BCD482;
}
</style>
border-color css
<style>
span { border-color: #BCD482; }
span { border-color: rgb(188,212,130); }
td.TdClassName
{
border-color: #BCD482;
}
.TagClassName
{
border-color: #BCD482;
}
</style>