Shades of Caper #BDCE89
Tints of Caper #BDCE89
RGB
CMYK
RGB Variations
Color information
#BDCE89 (or 0xBDCE89) is known color: Caper. HEX triplet: BD, CE and 89. RGB value is (189,206,137). Sum of RGB (Red+Green+Blue) = 189+206+137=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 137 (53.91% from 255 or 25.75% from 532); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCE89 is #423176. Grayscale: #C1C1C1. Windows color (decimal): -4338039 or 9031357. OLE color: 9031357.
HSL color Cylindrical-coordinate representation of color #BDCE89: hue angle of 74.78º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDCE89 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 206 | 137 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.19 |
| HSL | 74.78º | 0.41% | 0.67% | - |
| HSV(B) | 74.78º | 0.33% | 0.81% | - |
| XYZ | 47.57 | 56.77 | 32.12 | - |
| YUV | 193.05 | 96.37 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 137 | 0.08 | 0 | 0.33 | 0.19 | 74.78 | 0.41 | 0.67 |
| Hex | BD | CE | 89 | 8 | 0 | 21 | 13 | 4B | 29 | 43 |
| Octal | 275 | 316 | 211 | 10 | 0 | 41 | 23 | 113 | 51 | 103 |
| Binary | 10111101 | 11001110 | 10001001 | 1000 | 0 | 100001 | 10011 | 1001011 | 101001 | 1000011 |
Color Harmonies of #BDCE89
Complementary color
Monochromatic Colors of #BDCE89
Black with #BDCE89
Text Example
Text Example
White with #BDCE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCE89; }
p { color: rgb(189,206,137); }
H1.HeaderClassName
{
color: #BDCE89;
}
.AnyTagClassName
{
color: #BDCE89;
}
</style>
background-color css
<style>
a { background-color: #BDCE89; }
a { background-color: rgb(189,206,137); }
div.DivClassName
{
background-color: #BDCE89;
}
.BgClassName
{
background-color: #BDCE89;
}
</style>
border-color css
<style>
span { border-color: #BDCE89; }
span { border-color: rgb(189,206,137); }
td.TdClassName
{
border-color: #BDCE89;
}
.TagClassName
{
border-color: #BDCE89;
}
</style>