Shades of Caper #BDD182
Tints of Caper #BDD182
RGB
CMYK
RGB Variations
Color information
#BDD182 (or 0xBDD182) is known color: Caper. HEX triplet: BD, D1 and 82. RGB value is (189,209,130). Sum of RGB (Red+Green+Blue) = 189+209+130=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD182 is #422E7D. Grayscale: #C2C2C2. Windows color (decimal): -4337278 or 8573373. OLE color: 8573373.
HSL color Cylindrical-coordinate representation of color #BDD182: hue angle of 75.19º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDD182 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 130 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.18 |
| HSL | 75.19º | 0.46% | 0.66% | - |
| HSV(B) | 75.19º | 0.38% | 0.82% | - |
| XYZ | 47.82 | 58.03 | 29.8 | - |
| YUV | 194.01 | 91.87 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 130 | 0.10 | 0 | 0.38 | 0.18 | 75.19 | 0.46 | 0.66 |
| Hex | BD | D1 | 82 | A | 0 | 26 | 12 | 4B | 2E | 42 |
| Octal | 275 | 321 | 202 | 12 | 0 | 46 | 22 | 113 | 56 | 102 |
| Binary | 10111101 | 11010001 | 10000010 | 1010 | 0 | 100110 | 10010 | 1001011 | 101110 | 1000010 |
Color Harmonies of #BDD182
Complementary color
Monochromatic Colors of #BDD182
Black with #BDD182
Text Example
Text Example
White with #BDD182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD182; }
p { color: rgb(189,209,130); }
H1.HeaderClassName
{
color: #BDD182;
}
.AnyTagClassName
{
color: #BDD182;
}
</style>
background-color css
<style>
a { background-color: #BDD182; }
a { background-color: rgb(189,209,130); }
div.DivClassName
{
background-color: #BDD182;
}
.BgClassName
{
background-color: #BDD182;
}
</style>
border-color css
<style>
span { border-color: #BDD182; }
span { border-color: rgb(189,209,130); }
td.TdClassName
{
border-color: #BDD182;
}
.TagClassName
{
border-color: #BDD182;
}
</style>