Shades of Caper #BDD187
Tints of Caper #BDD187
RGB
CMYK
RGB Variations
Color information
#BDD187 (or 0xBDD187) is known color: Caper. HEX triplet: BD, D1 and 87. RGB value is (189,209,135). Sum of RGB (Red+Green+Blue) = 189+209+135=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 135 (53.12% from 255 or 25.33% from 533); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD187 is #422E78. Grayscale: #C2C2C2. Windows color (decimal): -4337273 or 8901053. OLE color: 8901053.
HSL color Cylindrical-coordinate representation of color #BDD187: hue angle of 76.22º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDD187 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 135 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.18 |
| HSL | 76.22º | 0.45% | 0.67% | - |
| HSV(B) | 76.22º | 0.35% | 0.82% | - |
| XYZ | 48.16 | 58.17 | 31.61 | - |
| YUV | 194.58 | 94.37 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 135 | 0.10 | 0 | 0.35 | 0.18 | 76.22 | 0.45 | 0.67 |
| Hex | BD | D1 | 87 | A | 0 | 23 | 12 | 4C | 2D | 43 |
| Octal | 275 | 321 | 207 | 12 | 0 | 43 | 22 | 114 | 55 | 103 |
| Binary | 10111101 | 11010001 | 10000111 | 1010 | 0 | 100011 | 10010 | 1001100 | 101101 | 1000011 |
Color Harmonies of #BDD187
Complementary color
Monochromatic Colors of #BDD187
Black with #BDD187
Text Example
Text Example
White with #BDD187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD187; }
p { color: rgb(189,209,135); }
H1.HeaderClassName
{
color: #BDD187;
}
.AnyTagClassName
{
color: #BDD187;
}
</style>
background-color css
<style>
a { background-color: #BDD187; }
a { background-color: rgb(189,209,135); }
div.DivClassName
{
background-color: #BDD187;
}
.BgClassName
{
background-color: #BDD187;
}
</style>
border-color css
<style>
span { border-color: #BDD187; }
span { border-color: rgb(189,209,135); }
td.TdClassName
{
border-color: #BDD187;
}
.TagClassName
{
border-color: #BDD187;
}
</style>