Shades of Caper #BDCD8C
Tints of Caper #BDCD8C
RGB
CMYK
RGB Variations
Color information
#BDCD8C (or 0xBDCD8C) is known color: Caper. HEX triplet: BD, CD and 8C. RGB value is (189,205,140). Sum of RGB (Red+Green+Blue) = 189+205+140=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 140 (55.08% from 255 or 26.22% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCD8C is #423273. Grayscale: #C1C1C1. Windows color (decimal): -4338292 or 9227709. OLE color: 9227709.
HSL color Cylindrical-coordinate representation of color #BDCD8C: hue angle of 74.77º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDCD8C is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 140 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.20 |
| HSL | 74.77º | 0.39% | 0.68% | - |
| HSV(B) | 74.77º | 0.32% | 0.8% | - |
| XYZ | 47.55 | 56.37 | 33.19 | - |
| YUV | 192.81 | 98.2 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 140 | 0.08 | 0 | 0.32 | 0.20 | 74.77 | 0.39 | 0.68 |
| Hex | BD | CD | 8C | 8 | 0 | 20 | 14 | 4B | 27 | 44 |
| Octal | 275 | 315 | 214 | 10 | 0 | 40 | 24 | 113 | 47 | 104 |
| Binary | 10111101 | 11001101 | 10001100 | 1000 | 0 | 100000 | 10100 | 1001011 | 100111 | 1000100 |
Color Harmonies of #BDCD8C
Complementary color
Monochromatic Colors of #BDCD8C
Black with #BDCD8C
Text Example
Text Example
White with #BDCD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCD8C; }
p { color: rgb(189,205,140); }
H1.HeaderClassName
{
color: #BDCD8C;
}
.AnyTagClassName
{
color: #BDCD8C;
}
</style>
background-color css
<style>
a { background-color: #BDCD8C; }
a { background-color: rgb(189,205,140); }
div.DivClassName
{
background-color: #BDCD8C;
}
.BgClassName
{
background-color: #BDCD8C;
}
</style>
border-color css
<style>
span { border-color: #BDCD8C; }
span { border-color: rgb(189,205,140); }
td.TdClassName
{
border-color: #BDCD8C;
}
.TagClassName
{
border-color: #BDCD8C;
}
</style>