Shades of Caper #BDD089
Tints of Caper #BDD089
RGB
CMYK
RGB Variations
Color information
#BDD089 (or 0xBDD089) is known color: Caper. HEX triplet: BD, D0 and 89. RGB value is (189,208,137). Sum of RGB (Red+Green+Blue) = 189+208+137=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 137 (53.91% from 255 or 25.66% from 534); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD089 is #422F76. Grayscale: #C2C2C2. Windows color (decimal): -4337527 or 9031869. OLE color: 9031869.
HSL color Cylindrical-coordinate representation of color #BDD089: hue angle of 76.06º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDD089 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 137 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.18 |
| HSL | 76.06º | 0.43% | 0.68% | - |
| HSV(B) | 76.06º | 0.34% | 0.82% | - |
| XYZ | 48.06 | 57.74 | 32.28 | - |
| YUV | 194.23 | 95.71 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 137 | 0.09 | 0 | 0.34 | 0.18 | 76.06 | 0.43 | 0.68 |
| Hex | BD | D0 | 89 | 9 | 0 | 22 | 12 | 4C | 2B | 44 |
| Octal | 275 | 320 | 211 | 11 | 0 | 42 | 22 | 114 | 53 | 104 |
| Binary | 10111101 | 11010000 | 10001001 | 1001 | 0 | 100010 | 10010 | 1001100 | 101011 | 1000100 |
Color Harmonies of #BDD089
Complementary color
Monochromatic Colors of #BDD089
Black with #BDD089
Text Example
Text Example
White with #BDD089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD089; }
p { color: rgb(189,208,137); }
H1.HeaderClassName
{
color: #BDD089;
}
.AnyTagClassName
{
color: #BDD089;
}
</style>
background-color css
<style>
a { background-color: #BDD089; }
a { background-color: rgb(189,208,137); }
div.DivClassName
{
background-color: #BDD089;
}
.BgClassName
{
background-color: #BDD089;
}
</style>
border-color css
<style>
span { border-color: #BDD089; }
span { border-color: rgb(189,208,137); }
td.TdClassName
{
border-color: #BDD089;
}
.TagClassName
{
border-color: #BDD089;
}
</style>