Shades of Caper #BDD389
Tints of Caper #BDD389
RGB
CMYK
RGB Variations
Color information
#BDD389 (or 0xBDD389) is known color: Caper. HEX triplet: BD, D3 and 89. RGB value is (189,211,137). Sum of RGB (Red+Green+Blue) = 189+211+137=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 137 (53.91% from 255 or 25.51% from 537); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD389 is #422C76. Grayscale: #C4C4C4. Windows color (decimal): -4336759 or 9032637. OLE color: 9032637.
HSL color Cylindrical-coordinate representation of color #BDD389: hue angle of 77.84º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDD389 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 137 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.17 |
| HSL | 77.84º | 0.46% | 0.68% | - |
| HSV(B) | 77.84º | 0.35% | 0.83% | - |
| XYZ | 48.8 | 59.21 | 32.52 | - |
| YUV | 195.99 | 94.71 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 137 | 0.10 | 0 | 0.35 | 0.17 | 77.84 | 0.46 | 0.68 |
| Hex | BD | D3 | 89 | A | 0 | 23 | 11 | 4E | 2E | 44 |
| Octal | 275 | 323 | 211 | 12 | 0 | 43 | 21 | 116 | 56 | 104 |
| Binary | 10111101 | 11010011 | 10001001 | 1010 | 0 | 100011 | 10001 | 1001110 | 101110 | 1000100 |
Color Harmonies of #BDD389
Complementary color
Monochromatic Colors of #BDD389
Black with #BDD389
Text Example
Text Example
White with #BDD389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD389; }
p { color: rgb(189,211,137); }
H1.HeaderClassName
{
color: #BDD389;
}
.AnyTagClassName
{
color: #BDD389;
}
</style>
background-color css
<style>
a { background-color: #BDD389; }
a { background-color: rgb(189,211,137); }
div.DivClassName
{
background-color: #BDD389;
}
.BgClassName
{
background-color: #BDD389;
}
</style>
border-color css
<style>
span { border-color: #BDD389; }
span { border-color: rgb(189,211,137); }
td.TdClassName
{
border-color: #BDD389;
}
.TagClassName
{
border-color: #BDD389;
}
</style>