Shades of Caper #BDD07F
Tints of Caper #BDD07F
RGB
CMYK
RGB Variations
Color information
#BDD07F (or 0xBDD07F) is known color: Caper. HEX triplet: BD, D0 and 7F. RGB value is (189,208,127). Sum of RGB (Red+Green+Blue) = 189+208+127=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD07F is #422F80. Grayscale: #C1C1C1. Windows color (decimal): -4337537 or 8376509. OLE color: 8376509.
HSL color Cylindrical-coordinate representation of color #BDD07F: hue angle of 74.07º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDD07F is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 127 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.18 |
| HSL | 74.07º | 0.46% | 0.66% | - |
| HSV(B) | 74.07º | 0.39% | 0.82% | - |
| XYZ | 47.37 | 57.46 | 28.67 | - |
| YUV | 193.09 | 90.71 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 127 | 0.09 | 0 | 0.39 | 0.18 | 74.07 | 0.46 | 0.66 |
| Hex | BD | D0 | 7F | 9 | 0 | 27 | 12 | 4A | 2E | 42 |
| Octal | 275 | 320 | 177 | 11 | 0 | 47 | 22 | 112 | 56 | 102 |
| Binary | 10111101 | 11010000 | 1111111 | 1001 | 0 | 100111 | 10010 | 1001010 | 101110 | 1000010 |
Color Harmonies of #BDD07F
Complementary color
Monochromatic Colors of #BDD07F
Black with #BDD07F
Text Example
Text Example
White with #BDD07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD07F; }
p { color: rgb(189,208,127); }
H1.HeaderClassName
{
color: #BDD07F;
}
.AnyTagClassName
{
color: #BDD07F;
}
</style>
background-color css
<style>
a { background-color: #BDD07F; }
a { background-color: rgb(189,208,127); }
div.DivClassName
{
background-color: #BDD07F;
}
.BgClassName
{
background-color: #BDD07F;
}
</style>
border-color css
<style>
span { border-color: #BDD07F; }
span { border-color: rgb(189,208,127); }
td.TdClassName
{
border-color: #BDD07F;
}
.TagClassName
{
border-color: #BDD07F;
}
</style>