Shades of Caper #BDCE86
Tints of Caper #BDCE86
RGB
CMYK
RGB Variations
Color information
#BDCE86 (or 0xBDCE86) is known color: Caper. HEX triplet: BD, CE and 86. RGB value is (189,206,134). Sum of RGB (Red+Green+Blue) = 189+206+134=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 134 (52.73% from 255 or 25.33% from 529); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCE86 is #423179. Grayscale: #C0C0C0. Windows color (decimal): -4338042 or 8834749. OLE color: 8834749.
HSL color Cylindrical-coordinate representation of color #BDCE86: hue angle of 74.17º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDCE86 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 206 | 134 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.19 |
| HSL | 74.17º | 0.42% | 0.67% | - |
| HSV(B) | 74.17º | 0.35% | 0.81% | - |
| XYZ | 47.36 | 56.68 | 31 | - |
| YUV | 192.71 | 94.87 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 134 | 0.08 | 0 | 0.35 | 0.19 | 74.17 | 0.42 | 0.67 |
| Hex | BD | CE | 86 | 8 | 0 | 23 | 13 | 4A | 2A | 43 |
| Octal | 275 | 316 | 206 | 10 | 0 | 43 | 23 | 112 | 52 | 103 |
| Binary | 10111101 | 11001110 | 10000110 | 1000 | 0 | 100011 | 10011 | 1001010 | 101010 | 1000011 |
Color Harmonies of #BDCE86
Complementary color
Monochromatic Colors of #BDCE86
Black with #BDCE86
Text Example
Text Example
White with #BDCE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCE86; }
p { color: rgb(189,206,134); }
H1.HeaderClassName
{
color: #BDCE86;
}
.AnyTagClassName
{
color: #BDCE86;
}
</style>
background-color css
<style>
a { background-color: #BDCE86; }
a { background-color: rgb(189,206,134); }
div.DivClassName
{
background-color: #BDCE86;
}
.BgClassName
{
background-color: #BDCE86;
}
</style>
border-color css
<style>
span { border-color: #BDCE86; }
span { border-color: rgb(189,206,134); }
td.TdClassName
{
border-color: #BDCE86;
}
.TagClassName
{
border-color: #BDCE86;
}
</style>