Shades of Caper #BCCF81
Tints of Caper #BCCF81
RGB
CMYK
RGB Variations
Color information
#BCCF81 (or 0xBCCF81) is known color: Caper. HEX triplet: BC, CF and 81. RGB value is (188,207,129). Sum of RGB (Red+Green+Blue) = 188+207+129=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 129 (50.78% from 255 or 24.62% from 524); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCF81 is #43307E. Grayscale: #C0C0C0. Windows color (decimal): -4403327 or 8507324. OLE color: 8507324.
HSL color Cylindrical-coordinate representation of color #BCCF81: hue angle of 74.62º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCCF81 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 129 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.19 |
| HSL | 74.62º | 0.45% | 0.66% | - |
| HSV(B) | 74.62º | 0.38% | 0.81% | - |
| XYZ | 47.01 | 56.9 | 29.27 | - |
| YUV | 192.43 | 92.21 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 129 | 0.09 | 0 | 0.38 | 0.19 | 74.62 | 0.45 | 0.66 |
| Hex | BC | CF | 81 | 9 | 0 | 26 | 13 | 4B | 2D | 42 |
| Octal | 274 | 317 | 201 | 11 | 0 | 46 | 23 | 113 | 55 | 102 |
| Binary | 10111100 | 11001111 | 10000001 | 1001 | 0 | 100110 | 10011 | 1001011 | 101101 | 1000010 |
Color Harmonies of #BCCF81
Complementary color
Monochromatic Colors of #BCCF81
Black with #BCCF81
Text Example
Text Example
White with #BCCF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCF81; }
p { color: rgb(188,207,129); }
H1.HeaderClassName
{
color: #BCCF81;
}
.AnyTagClassName
{
color: #BCCF81;
}
</style>
background-color css
<style>
a { background-color: #BCCF81; }
a { background-color: rgb(188,207,129); }
div.DivClassName
{
background-color: #BCCF81;
}
.BgClassName
{
background-color: #BCCF81;
}
</style>
border-color css
<style>
span { border-color: #BCCF81; }
span { border-color: rgb(188,207,129); }
td.TdClassName
{
border-color: #BCCF81;
}
.TagClassName
{
border-color: #BCCF81;
}
</style>