Shades of Caper #BDD388
Tints of Caper #BDD388
RGB
CMYK
RGB Variations
Color information
#BDD388 (or 0xBDD388) is known color: Caper. HEX triplet: BD, D3 and 88. RGB value is (189,211,136). Sum of RGB (Red+Green+Blue) = 189+211+136=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD388 is #422C77. Grayscale: #C4C4C4. Windows color (decimal): -4336760 or 8967101. OLE color: 8967101.
HSL color Cylindrical-coordinate representation of color #BDD388: hue angle of 77.6º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDD388 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 136 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.17 |
| HSL | 77.6º | 0.46% | 0.68% | - |
| HSV(B) | 77.6º | 0.36% | 0.83% | - |
| XYZ | 48.72 | 59.18 | 32.15 | - |
| YUV | 195.87 | 94.21 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 136 | 0.10 | 0 | 0.36 | 0.17 | 77.6 | 0.46 | 0.68 |
| Hex | BD | D3 | 88 | A | 0 | 24 | 11 | 4E | 2E | 44 |
| Octal | 275 | 323 | 210 | 12 | 0 | 44 | 21 | 116 | 56 | 104 |
| Binary | 10111101 | 11010011 | 10001000 | 1010 | 0 | 100100 | 10001 | 1001110 | 101110 | 1000100 |
Color Harmonies of #BDD388
Complementary color
Monochromatic Colors of #BDD388
Black with #BDD388
Text Example
Text Example
White with #BDD388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD388; }
p { color: rgb(189,211,136); }
H1.HeaderClassName
{
color: #BDD388;
}
.AnyTagClassName
{
color: #BDD388;
}
</style>
background-color css
<style>
a { background-color: #BDD388; }
a { background-color: rgb(189,211,136); }
div.DivClassName
{
background-color: #BDD388;
}
.BgClassName
{
background-color: #BDD388;
}
</style>
border-color css
<style>
span { border-color: #BDD388; }
span { border-color: rgb(189,211,136); }
td.TdClassName
{
border-color: #BDD388;
}
.TagClassName
{
border-color: #BDD388;
}
</style>