Shades of Caper #BDCD89
Tints of Caper #BDCD89
RGB
CMYK
RGB Variations
Color information
#BDCD89 (or 0xBDCD89) is known color: Caper. HEX triplet: BD, CD and 89. RGB value is (189,205,137). Sum of RGB (Red+Green+Blue) = 189+205+137=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 137 (53.91% from 255 or 25.80% from 531); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCD89 is #423276. Grayscale: #C0C0C0. Windows color (decimal): -4338295 or 9031101. OLE color: 9031101.
HSL color Cylindrical-coordinate representation of color #BDCD89: hue angle of 74.12º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDCD89 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 137 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.20 |
| HSL | 74.12º | 0.4% | 0.67% | - |
| HSV(B) | 74.12º | 0.33% | 0.8% | - |
| XYZ | 47.33 | 56.29 | 32.04 | - |
| YUV | 192.46 | 96.7 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 137 | 0.08 | 0 | 0.33 | 0.20 | 74.12 | 0.4 | 0.67 |
| Hex | BD | CD | 89 | 8 | 0 | 21 | 14 | 4A | 28 | 43 |
| Octal | 275 | 315 | 211 | 10 | 0 | 41 | 24 | 112 | 50 | 103 |
| Binary | 10111101 | 11001101 | 10001001 | 1000 | 0 | 100001 | 10100 | 1001010 | 101000 | 1000011 |
Color Harmonies of #BDCD89
Complementary color
Monochromatic Colors of #BDCD89
Black with #BDCD89
Text Example
Text Example
White with #BDCD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCD89; }
p { color: rgb(189,205,137); }
H1.HeaderClassName
{
color: #BDCD89;
}
.AnyTagClassName
{
color: #BDCD89;
}
</style>
background-color css
<style>
a { background-color: #BDCD89; }
a { background-color: rgb(189,205,137); }
div.DivClassName
{
background-color: #BDCD89;
}
.BgClassName
{
background-color: #BDCD89;
}
</style>
border-color css
<style>
span { border-color: #BDCD89; }
span { border-color: rgb(189,205,137); }
td.TdClassName
{
border-color: #BDCD89;
}
.TagClassName
{
border-color: #BDCD89;
}
</style>