Shades of Caper #BDD384
Tints of Caper #BDD384
RGB
CMYK
RGB Variations
Color information
#BDD384 (or 0xBDD384) is known color: Caper. HEX triplet: BD, D3 and 84. RGB value is (189,211,132). Sum of RGB (Red+Green+Blue) = 189+211+132=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 132 (51.95% from 255 or 24.81% from 532); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD384 is #422C7B. Grayscale: #C3C3C3. Windows color (decimal): -4336764 or 8704957. OLE color: 8704957.
HSL color Cylindrical-coordinate representation of color #BDD384: hue angle of 76.71º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDD384 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 132 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.17 |
| HSL | 76.71º | 0.47% | 0.67% | - |
| HSV(B) | 76.71º | 0.37% | 0.83% | - |
| XYZ | 48.45 | 59.07 | 30.68 | - |
| YUV | 195.42 | 92.21 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 132 | 0.10 | 0 | 0.37 | 0.17 | 76.71 | 0.47 | 0.67 |
| Hex | BD | D3 | 84 | A | 0 | 25 | 11 | 4D | 2F | 43 |
| Octal | 275 | 323 | 204 | 12 | 0 | 45 | 21 | 115 | 57 | 103 |
| Binary | 10111101 | 11010011 | 10000100 | 1010 | 0 | 100101 | 10001 | 1001101 | 101111 | 1000011 |
Color Harmonies of #BDD384
Complementary color
Monochromatic Colors of #BDD384
Black with #BDD384
Text Example
Text Example
White with #BDD384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD384; }
p { color: rgb(189,211,132); }
H1.HeaderClassName
{
color: #BDD384;
}
.AnyTagClassName
{
color: #BDD384;
}
</style>
background-color css
<style>
a { background-color: #BDD384; }
a { background-color: rgb(189,211,132); }
div.DivClassName
{
background-color: #BDD384;
}
.BgClassName
{
background-color: #BDD384;
}
</style>
border-color css
<style>
span { border-color: #BDD384; }
span { border-color: rgb(189,211,132); }
td.TdClassName
{
border-color: #BDD384;
}
.TagClassName
{
border-color: #BDD384;
}
</style>