Shades of Deco #BFD487
Tints of Deco #BFD487
RGB
CMYK
RGB Variations
Color information
#BFD487 (or 0xBFD487) is known color: Deco. HEX triplet: BF, D4 and 87. RGB value is (191,212,135). Sum of RGB (Red+Green+Blue) = 191+212+135=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 135 (53.12% from 255 or 25.09% from 538); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD487 is #402B78. Grayscale: #C5C5C5. Windows color (decimal): -4205433 or 8901823. OLE color: 8901823.
HSL color Cylindrical-coordinate representation of color #BFD487: hue angle of 76.36º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFD487 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 135 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.17 |
| HSL | 76.36º | 0.47% | 0.68% | - |
| HSV(B) | 76.36º | 0.36% | 0.83% | - |
| XYZ | 49.4 | 59.91 | 31.88 | - |
| YUV | 196.94 | 93.04 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 135 | 0.10 | 0 | 0.36 | 0.17 | 76.36 | 0.47 | 0.68 |
| Hex | BF | D4 | 87 | A | 0 | 24 | 11 | 4C | 2F | 44 |
| Octal | 277 | 324 | 207 | 12 | 0 | 44 | 21 | 114 | 57 | 104 |
| Binary | 10111111 | 11010100 | 10000111 | 1010 | 0 | 100100 | 10001 | 1001100 | 101111 | 1000100 |
Color Harmonies of #BFD487
Complementary color
Monochromatic Colors of #BFD487
Black with #BFD487
Text Example
Text Example
White with #BFD487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD487; }
p { color: rgb(191,212,135); }
H1.HeaderClassName
{
color: #BFD487;
}
.AnyTagClassName
{
color: #BFD487;
}
</style>
background-color css
<style>
a { background-color: #BFD487; }
a { background-color: rgb(191,212,135); }
div.DivClassName
{
background-color: #BFD487;
}
.BgClassName
{
background-color: #BFD487;
}
</style>
border-color css
<style>
span { border-color: #BFD487; }
span { border-color: rgb(191,212,135); }
td.TdClassName
{
border-color: #BFD487;
}
.TagClassName
{
border-color: #BFD487;
}
</style>