Shades of Caper #BDD484
Tints of Caper #BDD484
RGB
CMYK
RGB Variations
Color information
#BDD484 (or 0xBDD484) is known color: Caper. HEX triplet: BD, D4 and 84. RGB value is (189,212,132). Sum of RGB (Red+Green+Blue) = 189+212+132=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 132 (51.95% from 255 or 24.77% from 533); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD484 is #422B7B. Grayscale: #C4C4C4. Windows color (decimal): -4336508 or 8705213. OLE color: 8705213.
HSL color Cylindrical-coordinate representation of color #BDD484: hue angle of 77.25º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDD484 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 132 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.17 |
| HSL | 77.25º | 0.48% | 0.67% | - |
| HSV(B) | 77.25º | 0.38% | 0.83% | - |
| XYZ | 48.69 | 59.57 | 30.76 | - |
| YUV | 196 | 91.88 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 132 | 0.11 | 0 | 0.38 | 0.17 | 77.25 | 0.48 | 0.67 |
| Hex | BD | D4 | 84 | B | 0 | 26 | 11 | 4D | 30 | 43 |
| Octal | 275 | 324 | 204 | 13 | 0 | 46 | 21 | 115 | 60 | 103 |
| Binary | 10111101 | 11010100 | 10000100 | 1011 | 0 | 100110 | 10001 | 1001101 | 110000 | 1000011 |
Color Harmonies of #BDD484
Complementary color
Monochromatic Colors of #BDD484
Black with #BDD484
Text Example
Text Example
White with #BDD484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD484; }
p { color: rgb(189,212,132); }
H1.HeaderClassName
{
color: #BDD484;
}
.AnyTagClassName
{
color: #BDD484;
}
</style>
background-color css
<style>
a { background-color: #BDD484; }
a { background-color: rgb(189,212,132); }
div.DivClassName
{
background-color: #BDD484;
}
.BgClassName
{
background-color: #BDD484;
}
</style>
border-color css
<style>
span { border-color: #BDD484; }
span { border-color: rgb(189,212,132); }
td.TdClassName
{
border-color: #BDD484;
}
.TagClassName
{
border-color: #BDD484;
}
</style>