Shades of Caper #BDCC86
Tints of Caper #BDCC86
RGB
CMYK
RGB Variations
Color information
#BDCC86 (or 0xBDCC86) is known color: Caper. HEX triplet: BD, CC and 86. RGB value is (189,204,134). Sum of RGB (Red+Green+Blue) = 189+204+134=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 134 (52.73% from 255 or 25.43% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCC86 is #423379. Grayscale: #BFBFBF. Windows color (decimal): -4338554 or 8834237. OLE color: 8834237.
HSL color Cylindrical-coordinate representation of color #BDCC86: hue angle of 72.86º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDCC86 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 134 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.2 |
| HSL | 72.86º | 0.41% | 0.66% | - |
| HSV(B) | 72.86º | 0.34% | 0.8% | - |
| XYZ | 46.88 | 55.73 | 30.84 | - |
| YUV | 191.54 | 95.53 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 134 | 0.07 | 0 | 0.34 | 0.2 | 72.86 | 0.41 | 0.66 |
| Hex | BD | CC | 86 | 7 | 0 | 22 | 14 | 49 | 29 | 42 |
| Octal | 275 | 314 | 206 | 7 | 0 | 42 | 24 | 111 | 51 | 102 |
| Binary | 10111101 | 11001100 | 10000110 | 111 | 0 | 100010 | 10100 | 1001001 | 101001 | 1000010 |
Color Harmonies of #BDCC86
Complementary color
Monochromatic Colors of #BDCC86
Black with #BDCC86
Text Example
Text Example
White with #BDCC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCC86; }
p { color: rgb(189,204,134); }
H1.HeaderClassName
{
color: #BDCC86;
}
.AnyTagClassName
{
color: #BDCC86;
}
</style>
background-color css
<style>
a { background-color: #BDCC86; }
a { background-color: rgb(189,204,134); }
div.DivClassName
{
background-color: #BDCC86;
}
.BgClassName
{
background-color: #BDCC86;
}
</style>
border-color css
<style>
span { border-color: #BDCC86; }
span { border-color: rgb(189,204,134); }
td.TdClassName
{
border-color: #BDCC86;
}
.TagClassName
{
border-color: #BDCC86;
}
</style>