Shades of Caper #BDD17D
Tints of Caper #BDD17D
RGB
CMYK
RGB Variations
Color information
#BDD17D (or 0xBDD17D) is known color: Caper. HEX triplet: BD, D1 and 7D. RGB value is (189,209,125). Sum of RGB (Red+Green+Blue) = 189+209+125=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD17D is #422E82. Grayscale: #C1C1C1. Windows color (decimal): -4337283 or 8245693. OLE color: 8245693.
HSL color Cylindrical-coordinate representation of color #BDD17D: hue angle of 74.29º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDD17D is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 125 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.18 |
| HSL | 74.29º | 0.48% | 0.65% | - |
| HSV(B) | 74.29º | 0.4% | 0.82% | - |
| XYZ | 47.49 | 57.9 | 28.08 | - |
| YUV | 193.44 | 89.37 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 125 | 0.10 | 0 | 0.40 | 0.18 | 74.29 | 0.48 | 0.65 |
| Hex | BD | D1 | 7D | A | 0 | 28 | 12 | 4A | 30 | 41 |
| Octal | 275 | 321 | 175 | 12 | 0 | 50 | 22 | 112 | 60 | 101 |
| Binary | 10111101 | 11010001 | 1111101 | 1010 | 0 | 101000 | 10010 | 1001010 | 110000 | 1000001 |
Color Harmonies of #BDD17D
Complementary color
Monochromatic Colors of #BDD17D
Black with #BDD17D
Text Example
Text Example
White with #BDD17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD17D; }
p { color: rgb(189,209,125); }
H1.HeaderClassName
{
color: #BDD17D;
}
.AnyTagClassName
{
color: #BDD17D;
}
</style>
background-color css
<style>
a { background-color: #BDD17D; }
a { background-color: rgb(189,209,125); }
div.DivClassName
{
background-color: #BDD17D;
}
.BgClassName
{
background-color: #BDD17D;
}
</style>
border-color css
<style>
span { border-color: #BDD17D; }
span { border-color: rgb(189,209,125); }
td.TdClassName
{
border-color: #BDD17D;
}
.TagClassName
{
border-color: #BDD17D;
}
</style>