Shades of Caper #BCC989
Tints of Caper #BCC989
RGB
CMYK
RGB Variations
Color information
#BCC989 (or 0xBCC989) is known color: Caper. HEX triplet: BC, C9 and 89. RGB value is (188,201,137). Sum of RGB (Red+Green+Blue) = 188+201+137=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 137 (53.91% from 255 or 26.05% from 526); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC989 is #433676. Grayscale: #BEBEBE. Windows color (decimal): -4404855 or 9030076. OLE color: 9030076.
HSL color Cylindrical-coordinate representation of color #BCC989: hue angle of 72.19º degrees, saturation: 0.37, 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 #BCC989 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 137 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.21 |
| HSL | 72.19º | 0.37% | 0.66% | - |
| HSV(B) | 72.19º | 0.32% | 0.79% | - |
| XYZ | 46.14 | 54.27 | 31.71 | - |
| YUV | 189.82 | 98.19 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 137 | 0.06 | 0 | 0.32 | 0.21 | 72.19 | 0.37 | 0.66 |
| Hex | BC | C9 | 89 | 6 | 0 | 20 | 15 | 48 | 25 | 42 |
| Octal | 274 | 311 | 211 | 6 | 0 | 40 | 25 | 110 | 45 | 102 |
| Binary | 10111100 | 11001001 | 10001001 | 110 | 0 | 100000 | 10101 | 1001000 | 100101 | 1000010 |
Color Harmonies of #BCC989
Complementary color
Monochromatic Colors of #BCC989
Black with #BCC989
Text Example
Text Example
White with #BCC989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC989; }
p { color: rgb(188,201,137); }
H1.HeaderClassName
{
color: #BCC989;
}
.AnyTagClassName
{
color: #BCC989;
}
</style>
background-color css
<style>
a { background-color: #BCC989; }
a { background-color: rgb(188,201,137); }
div.DivClassName
{
background-color: #BCC989;
}
.BgClassName
{
background-color: #BCC989;
}
</style>
border-color css
<style>
span { border-color: #BCC989; }
span { border-color: rgb(188,201,137); }
td.TdClassName
{
border-color: #BCC989;
}
.TagClassName
{
border-color: #BCC989;
}
</style>