Shades of Caper #BDCD88
Tints of Caper #BDCD88
RGB
CMYK
RGB Variations
Color information
#BDCD88 (or 0xBDCD88) is known color: Caper. HEX triplet: BD, CD and 88. RGB value is (189,205,136). Sum of RGB (Red+Green+Blue) = 189+205+136=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 136 (53.52% from 255 or 25.66% from 530); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCD88 is #423277. Grayscale: #C0C0C0. Windows color (decimal): -4338296 or 8965565. OLE color: 8965565.
HSL color Cylindrical-coordinate representation of color #BDCD88: hue angle of 73.91º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDCD88 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 136 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.20 |
| HSL | 73.91º | 0.41% | 0.67% | - |
| HSV(B) | 73.91º | 0.34% | 0.8% | - |
| XYZ | 47.26 | 56.26 | 31.66 | - |
| YUV | 192.35 | 96.2 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 136 | 0.08 | 0 | 0.34 | 0.20 | 73.91 | 0.41 | 0.67 |
| Hex | BD | CD | 88 | 8 | 0 | 22 | 14 | 4A | 29 | 43 |
| Octal | 275 | 315 | 210 | 10 | 0 | 42 | 24 | 112 | 51 | 103 |
| Binary | 10111101 | 11001101 | 10001000 | 1000 | 0 | 100010 | 10100 | 1001010 | 101001 | 1000011 |
Color Harmonies of #BDCD88
Complementary color
Monochromatic Colors of #BDCD88
Black with #BDCD88
Text Example
Text Example
White with #BDCD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCD88; }
p { color: rgb(189,205,136); }
H1.HeaderClassName
{
color: #BDCD88;
}
.AnyTagClassName
{
color: #BDCD88;
}
</style>
background-color css
<style>
a { background-color: #BDCD88; }
a { background-color: rgb(189,205,136); }
div.DivClassName
{
background-color: #BDCD88;
}
.BgClassName
{
background-color: #BDCD88;
}
</style>
border-color css
<style>
span { border-color: #BDCD88; }
span { border-color: rgb(189,205,136); }
td.TdClassName
{
border-color: #BDCD88;
}
.TagClassName
{
border-color: #BDCD88;
}
</style>