Shades of Caper #BCCB8A
Tints of Caper #BCCB8A
RGB
CMYK
RGB Variations
Color information
#BCCB8A (or 0xBCCB8A) is known color: Caper. HEX triplet: BC, CB and 8A. RGB value is (188,203,138). Sum of RGB (Red+Green+Blue) = 188+203+138=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCB8A is #433475. Grayscale: #BFBFBF. Windows color (decimal): -4404342 or 9096124. OLE color: 9096124.
HSL color Cylindrical-coordinate representation of color #BCCB8A: hue angle of 73.85º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCCB8A is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 138 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.20 |
| HSL | 73.85º | 0.38% | 0.67% | - |
| HSV(B) | 73.85º | 0.32% | 0.8% | - |
| XYZ | 46.68 | 55.24 | 32.25 | - |
| YUV | 191.11 | 98.03 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 138 | 0.07 | 0 | 0.32 | 0.20 | 73.85 | 0.38 | 0.67 |
| Hex | BC | CB | 8A | 7 | 0 | 20 | 14 | 4A | 26 | 43 |
| Octal | 274 | 313 | 212 | 7 | 0 | 40 | 24 | 112 | 46 | 103 |
| Binary | 10111100 | 11001011 | 10001010 | 111 | 0 | 100000 | 10100 | 1001010 | 100110 | 1000011 |
Color Harmonies of #BCCB8A
Complementary color
Monochromatic Colors of #BCCB8A
Black with #BCCB8A
Text Example
Text Example
White with #BCCB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB8A; }
p { color: rgb(188,203,138); }
H1.HeaderClassName
{
color: #BCCB8A;
}
.AnyTagClassName
{
color: #BCCB8A;
}
</style>
background-color css
<style>
a { background-color: #BCCB8A; }
a { background-color: rgb(188,203,138); }
div.DivClassName
{
background-color: #BCCB8A;
}
.BgClassName
{
background-color: #BCCB8A;
}
</style>
border-color css
<style>
span { border-color: #BCCB8A; }
span { border-color: rgb(188,203,138); }
td.TdClassName
{
border-color: #BCCB8A;
}
.TagClassName
{
border-color: #BCCB8A;
}
</style>