Shades of Caper #BDD47C
Tints of Caper #BDD47C
RGB
CMYK
RGB Variations
Color information
#BDD47C (or 0xBDD47C) is known color: Caper. HEX triplet: BD, D4 and 7C. RGB value is (189,212,124). Sum of RGB (Red+Green+Blue) = 189+212+124=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 212 (83.20% from 255 or 40.38% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD47C is #422B83. Grayscale: #C3C3C3. Windows color (decimal): -4336516 or 8180925. OLE color: 8180925.
HSL color Cylindrical-coordinate representation of color #BDD47C: hue angle of 75.68º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDD47C is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 124 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.17 |
| HSL | 75.68º | 0.51% | 0.66% | - |
| HSV(B) | 75.68º | 0.42% | 0.83% | - |
| XYZ | 48.17 | 59.36 | 27.99 | - |
| YUV | 195.09 | 87.88 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 124 | 0.11 | 0 | 0.42 | 0.17 | 75.68 | 0.51 | 0.66 |
| Hex | BD | D4 | 7C | B | 0 | 2A | 11 | 4C | 33 | 42 |
| Octal | 275 | 324 | 174 | 13 | 0 | 52 | 21 | 114 | 63 | 102 |
| Binary | 10111101 | 11010100 | 1111100 | 1011 | 0 | 101010 | 10001 | 1001100 | 110011 | 1000010 |
Color Harmonies of #BDD47C
Complementary color
Monochromatic Colors of #BDD47C
Black with #BDD47C
Text Example
Text Example
White with #BDD47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD47C; }
p { color: rgb(189,212,124); }
H1.HeaderClassName
{
color: #BDD47C;
}
.AnyTagClassName
{
color: #BDD47C;
}
</style>
background-color css
<style>
a { background-color: #BDD47C; }
a { background-color: rgb(189,212,124); }
div.DivClassName
{
background-color: #BDD47C;
}
.BgClassName
{
background-color: #BDD47C;
}
</style>
border-color css
<style>
span { border-color: #BDD47C; }
span { border-color: rgb(189,212,124); }
td.TdClassName
{
border-color: #BDD47C;
}
.TagClassName
{
border-color: #BDD47C;
}
</style>