Shades of Caper #BDD07D
Tints of Caper #BDD07D
RGB
CMYK
RGB Variations
Color information
#BDD07D (or 0xBDD07D) is known color: Caper. HEX triplet: BD, D0 and 7D. RGB value is (189,208,125). Sum of RGB (Red+Green+Blue) = 189+208+125=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD07D is #422F82. Grayscale: #C1C1C1. Windows color (decimal): -4337539 or 8245437. OLE color: 8245437.
HSL color Cylindrical-coordinate representation of color #BDD07D: hue angle of 73.73º degrees, saturation: 0.47, 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 #BDD07D is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 125 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.18 |
| HSL | 73.73º | 0.47% | 0.65% | - |
| HSV(B) | 73.73º | 0.4% | 0.82% | - |
| XYZ | 47.24 | 57.41 | 27.99 | - |
| YUV | 192.86 | 89.71 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 125 | 0.09 | 0 | 0.40 | 0.18 | 73.73 | 0.47 | 0.65 |
| Hex | BD | D0 | 7D | 9 | 0 | 28 | 12 | 4A | 2F | 41 |
| Octal | 275 | 320 | 175 | 11 | 0 | 50 | 22 | 112 | 57 | 101 |
| Binary | 10111101 | 11010000 | 1111101 | 1001 | 0 | 101000 | 10010 | 1001010 | 101111 | 1000001 |
Color Harmonies of #BDD07D
Complementary color
Monochromatic Colors of #BDD07D
Black with #BDD07D
Text Example
Text Example
White with #BDD07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD07D; }
p { color: rgb(189,208,125); }
H1.HeaderClassName
{
color: #BDD07D;
}
.AnyTagClassName
{
color: #BDD07D;
}
</style>
background-color css
<style>
a { background-color: #BDD07D; }
a { background-color: rgb(189,208,125); }
div.DivClassName
{
background-color: #BDD07D;
}
.BgClassName
{
background-color: #BDD07D;
}
</style>
border-color css
<style>
span { border-color: #BDD07D; }
span { border-color: rgb(189,208,125); }
td.TdClassName
{
border-color: #BDD07D;
}
.TagClassName
{
border-color: #BDD07D;
}
</style>