Shades of Caper #BCCC81
Tints of Caper #BCCC81
RGB
CMYK
RGB Variations
Color information
#BCCC81 (or 0xBCCC81) is known color: Caper. HEX triplet: BC, CC and 81. RGB value is (188,204,129). Sum of RGB (Red+Green+Blue) = 188+204+129=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 129 (50.78% from 255 or 24.76% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCC81 is #43337E. Grayscale: #BEBEBE. Windows color (decimal): -4404095 or 8506556. OLE color: 8506556.
HSL color Cylindrical-coordinate representation of color #BCCC81: hue angle of 72.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCCC81 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 129 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.2 |
| HSL | 72.8º | 0.42% | 0.65% | - |
| HSV(B) | 72.8º | 0.37% | 0.8% | - |
| XYZ | 46.29 | 55.46 | 29.03 | - |
| YUV | 190.67 | 93.2 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 129 | 0.08 | 0 | 0.37 | 0.2 | 72.8 | 0.42 | 0.65 |
| Hex | BC | CC | 81 | 8 | 0 | 25 | 14 | 49 | 2A | 41 |
| Octal | 274 | 314 | 201 | 10 | 0 | 45 | 24 | 111 | 52 | 101 |
| Binary | 10111100 | 11001100 | 10000001 | 1000 | 0 | 100101 | 10100 | 1001001 | 101010 | 1000001 |
Color Harmonies of #BCCC81
Complementary color
Monochromatic Colors of #BCCC81
Black with #BCCC81
Text Example
Text Example
White with #BCCC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC81; }
p { color: rgb(188,204,129); }
H1.HeaderClassName
{
color: #BCCC81;
}
.AnyTagClassName
{
color: #BCCC81;
}
</style>
background-color css
<style>
a { background-color: #BCCC81; }
a { background-color: rgb(188,204,129); }
div.DivClassName
{
background-color: #BCCC81;
}
.BgClassName
{
background-color: #BCCC81;
}
</style>
border-color css
<style>
span { border-color: #BCCC81; }
span { border-color: rgb(188,204,129); }
td.TdClassName
{
border-color: #BCCC81;
}
.TagClassName
{
border-color: #BCCC81;
}
</style>