Shades of Caper #BCD389
Tints of Caper #BCD389
RGB
CMYK
RGB Variations
Color information
#BCD389 (or 0xBCD389) is known color: Caper. HEX triplet: BC, D3 and 89. RGB value is (188,211,137). Sum of RGB (Red+Green+Blue) = 188+211+137=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 137 (53.91% from 255 or 25.56% from 536); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD389 is #432C76. Grayscale: #C3C3C3. Windows color (decimal): -4402295 or 9032636. OLE color: 9032636.
HSL color Cylindrical-coordinate representation of color #BCD389: hue angle of 78.65º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCD389 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 137 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.17 |
| HSL | 78.65º | 0.46% | 0.68% | - |
| HSV(B) | 78.65º | 0.35% | 0.83% | - |
| XYZ | 48.55 | 59.09 | 32.51 | - |
| YUV | 195.69 | 94.88 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 137 | 0.11 | 0 | 0.35 | 0.17 | 78.65 | 0.46 | 0.68 |
| Hex | BC | D3 | 89 | B | 0 | 23 | 11 | 4F | 2E | 44 |
| Octal | 274 | 323 | 211 | 13 | 0 | 43 | 21 | 117 | 56 | 104 |
| Binary | 10111100 | 11010011 | 10001001 | 1011 | 0 | 100011 | 10001 | 1001111 | 101110 | 1000100 |
Color Harmonies of #BCD389
Complementary color
Monochromatic Colors of #BCD389
Black with #BCD389
Text Example
Text Example
White with #BCD389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD389; }
p { color: rgb(188,211,137); }
H1.HeaderClassName
{
color: #BCD389;
}
.AnyTagClassName
{
color: #BCD389;
}
</style>
background-color css
<style>
a { background-color: #BCD389; }
a { background-color: rgb(188,211,137); }
div.DivClassName
{
background-color: #BCD389;
}
.BgClassName
{
background-color: #BCD389;
}
</style>
border-color css
<style>
span { border-color: #BCD389; }
span { border-color: rgb(188,211,137); }
td.TdClassName
{
border-color: #BCD389;
}
.TagClassName
{
border-color: #BCD389;
}
</style>