Shades of Caper #BCC98B
Tints of Caper #BCC98B
RGB
CMYK
RGB Variations
Color information
#BCC98B (or 0xBCC98B) is known color: Caper. HEX triplet: BC, C9 and 8B. RGB value is (188,201,139). Sum of RGB (Red+Green+Blue) = 188+201+139=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC98B is #433674. Grayscale: #BEBEBE. Windows color (decimal): -4404853 or 9161148. OLE color: 9161148.
HSL color Cylindrical-coordinate representation of color #BCC98B: hue angle of 72.58º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCC98B is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 139 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.21 |
| HSL | 72.58º | 0.36% | 0.67% | - |
| HSV(B) | 72.58º | 0.31% | 0.79% | - |
| XYZ | 46.29 | 54.33 | 32.47 | - |
| YUV | 190.05 | 99.19 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 139 | 0.06 | 0 | 0.31 | 0.21 | 72.58 | 0.36 | 0.67 |
| Hex | BC | C9 | 8B | 6 | 0 | 1F | 15 | 49 | 24 | 43 |
| Octal | 274 | 311 | 213 | 6 | 0 | 37 | 25 | 111 | 44 | 103 |
| Binary | 10111100 | 11001001 | 10001011 | 110 | 0 | 11111 | 10101 | 1001001 | 100100 | 1000011 |
Color Harmonies of #BCC98B
Complementary color
Monochromatic Colors of #BCC98B
Black with #BCC98B
Text Example
Text Example
White with #BCC98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC98B; }
p { color: rgb(188,201,139); }
H1.HeaderClassName
{
color: #BCC98B;
}
.AnyTagClassName
{
color: #BCC98B;
}
</style>
background-color css
<style>
a { background-color: #BCC98B; }
a { background-color: rgb(188,201,139); }
div.DivClassName
{
background-color: #BCC98B;
}
.BgClassName
{
background-color: #BCC98B;
}
</style>
border-color css
<style>
span { border-color: #BCC98B; }
span { border-color: rgb(188,201,139); }
td.TdClassName
{
border-color: #BCC98B;
}
.TagClassName
{
border-color: #BCC98B;
}
</style>