Shades of Caper #BDCD85
Tints of Caper #BDCD85
RGB
CMYK
RGB Variations
Color information
#BDCD85 (or 0xBDCD85) is known color: Caper. HEX triplet: BD, CD and 85. RGB value is (189,205,133). Sum of RGB (Red+Green+Blue) = 189+205+133=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCD85 is #42327A. Grayscale: #C0C0C0. Windows color (decimal): -4338299 or 8768957. OLE color: 8768957.
HSL color Cylindrical-coordinate representation of color #BDCD85: hue angle of 73.33º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDCD85 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 133 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.20 |
| HSL | 73.33º | 0.42% | 0.66% | - |
| HSV(B) | 73.33º | 0.35% | 0.8% | - |
| XYZ | 47.05 | 56.17 | 30.55 | - |
| YUV | 192.01 | 94.7 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 133 | 0.08 | 0 | 0.35 | 0.20 | 73.33 | 0.42 | 0.66 |
| Hex | BD | CD | 85 | 8 | 0 | 23 | 14 | 49 | 2A | 42 |
| Octal | 275 | 315 | 205 | 10 | 0 | 43 | 24 | 111 | 52 | 102 |
| Binary | 10111101 | 11001101 | 10000101 | 1000 | 0 | 100011 | 10100 | 1001001 | 101010 | 1000010 |
Color Harmonies of #BDCD85
Complementary color
Monochromatic Colors of #BDCD85
Black with #BDCD85
Text Example
Text Example
White with #BDCD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCD85; }
p { color: rgb(189,205,133); }
H1.HeaderClassName
{
color: #BDCD85;
}
.AnyTagClassName
{
color: #BDCD85;
}
</style>
background-color css
<style>
a { background-color: #BDCD85; }
a { background-color: rgb(189,205,133); }
div.DivClassName
{
background-color: #BDCD85;
}
.BgClassName
{
background-color: #BDCD85;
}
</style>
border-color css
<style>
span { border-color: #BDCD85; }
span { border-color: rgb(189,205,133); }
td.TdClassName
{
border-color: #BDCD85;
}
.TagClassName
{
border-color: #BDCD85;
}
</style>