Shades of Caper #BDD07C
Tints of Caper #BDD07C
RGB
CMYK
RGB Variations
Color information
#BDD07C (or 0xBDD07C) is known color: Caper. HEX triplet: BD, D0 and 7C. RGB value is (189,208,124). Sum of RGB (Red+Green+Blue) = 189+208+124=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD07C is #422F83. Grayscale: #C1C1C1. Windows color (decimal): -4337540 or 8179901. OLE color: 8179901.
HSL color Cylindrical-coordinate representation of color #BDD07C: hue angle of 73.57º 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 #BDD07C is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 124 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.18 |
| HSL | 73.57º | 0.47% | 0.65% | - |
| HSV(B) | 73.57º | 0.4% | 0.82% | - |
| XYZ | 47.18 | 57.39 | 27.66 | - |
| YUV | 192.74 | 89.21 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 124 | 0.09 | 0 | 0.40 | 0.18 | 73.57 | 0.47 | 0.65 |
| Hex | BD | D0 | 7C | 9 | 0 | 28 | 12 | 4A | 2F | 41 |
| Octal | 275 | 320 | 174 | 11 | 0 | 50 | 22 | 112 | 57 | 101 |
| Binary | 10111101 | 11010000 | 1111100 | 1001 | 0 | 101000 | 10010 | 1001010 | 101111 | 1000001 |
Color Harmonies of #BDD07C
Complementary color
Monochromatic Colors of #BDD07C
Black with #BDD07C
Text Example
Text Example
White with #BDD07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD07C; }
p { color: rgb(189,208,124); }
H1.HeaderClassName
{
color: #BDD07C;
}
.AnyTagClassName
{
color: #BDD07C;
}
</style>
background-color css
<style>
a { background-color: #BDD07C; }
a { background-color: rgb(189,208,124); }
div.DivClassName
{
background-color: #BDD07C;
}
.BgClassName
{
background-color: #BDD07C;
}
</style>
border-color css
<style>
span { border-color: #BDD07C; }
span { border-color: rgb(189,208,124); }
td.TdClassName
{
border-color: #BDD07C;
}
.TagClassName
{
border-color: #BDD07C;
}
</style>