Shades of Caper #BCC988
Tints of Caper #BCC988
RGB
CMYK
RGB Variations
Color information
#BCC988 (or 0xBCC988) is known color: Caper. HEX triplet: BC, C9 and 88. RGB value is (188,201,136). Sum of RGB (Red+Green+Blue) = 188+201+136=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 136 (53.52% from 255 or 25.90% from 525); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC988 is #433677. Grayscale: #BDBDBD. Windows color (decimal): -4404856 or 8964540. OLE color: 8964540.
HSL color Cylindrical-coordinate representation of color #BCC988: hue angle of 72º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCC988 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 136 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.21 |
| HSL | 72º | 0.38% | 0.66% | - |
| HSV(B) | 72º | 0.32% | 0.79% | - |
| XYZ | 46.07 | 54.24 | 31.33 | - |
| YUV | 189.7 | 97.69 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 136 | 0.06 | 0 | 0.32 | 0.21 | 72 | 0.38 | 0.66 |
| Hex | BC | C9 | 88 | 6 | 0 | 20 | 15 | 48 | 26 | 42 |
| Octal | 274 | 311 | 210 | 6 | 0 | 40 | 25 | 110 | 46 | 102 |
| Binary | 10111100 | 11001001 | 10001000 | 110 | 0 | 100000 | 10101 | 1001000 | 100110 | 1000010 |
Color Harmonies of #BCC988
Complementary color
Monochromatic Colors of #BCC988
Black with #BCC988
Text Example
Text Example
White with #BCC988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC988; }
p { color: rgb(188,201,136); }
H1.HeaderClassName
{
color: #BCC988;
}
.AnyTagClassName
{
color: #BCC988;
}
</style>
background-color css
<style>
a { background-color: #BCC988; }
a { background-color: rgb(188,201,136); }
div.DivClassName
{
background-color: #BCC988;
}
.BgClassName
{
background-color: #BCC988;
}
</style>
border-color css
<style>
span { border-color: #BCC988; }
span { border-color: rgb(188,201,136); }
td.TdClassName
{
border-color: #BCC988;
}
.TagClassName
{
border-color: #BCC988;
}
</style>