Shades of Caper #BCD189
Tints of Caper #BCD189
RGB
CMYK
RGB Variations
Color information
#BCD189 (or 0xBCD189) is known color: Caper. HEX triplet: BC, D1 and 89. RGB value is (188,209,137). Sum of RGB (Red+Green+Blue) = 188+209+137=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 137 (53.91% from 255 or 25.66% from 534); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD189 is #432E76. Grayscale: #C2C2C2. Windows color (decimal): -4402807 or 9032124. OLE color: 9032124.
HSL color Cylindrical-coordinate representation of color #BCD189: hue angle of 77.5º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCD189 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 137 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.18 |
| HSL | 77.5º | 0.44% | 0.68% | - |
| HSV(B) | 77.5º | 0.34% | 0.82% | - |
| XYZ | 48.05 | 58.1 | 32.35 | - |
| YUV | 194.51 | 95.54 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 137 | 0.10 | 0 | 0.34 | 0.18 | 77.5 | 0.44 | 0.68 |
| Hex | BC | D1 | 89 | A | 0 | 22 | 12 | 4E | 2C | 44 |
| Octal | 274 | 321 | 211 | 12 | 0 | 42 | 22 | 116 | 54 | 104 |
| Binary | 10111100 | 11010001 | 10001001 | 1010 | 0 | 100010 | 10010 | 1001110 | 101100 | 1000100 |
Color Harmonies of #BCD189
Complementary color
Monochromatic Colors of #BCD189
Black with #BCD189
Text Example
Text Example
White with #BCD189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD189; }
p { color: rgb(188,209,137); }
H1.HeaderClassName
{
color: #BCD189;
}
.AnyTagClassName
{
color: #BCD189;
}
</style>
background-color css
<style>
a { background-color: #BCD189; }
a { background-color: rgb(188,209,137); }
div.DivClassName
{
background-color: #BCD189;
}
.BgClassName
{
background-color: #BCD189;
}
</style>
border-color css
<style>
span { border-color: #BCD189; }
span { border-color: rgb(188,209,137); }
td.TdClassName
{
border-color: #BCD189;
}
.TagClassName
{
border-color: #BCD189;
}
</style>