Shades of Deco #BFD087
Tints of Deco #BFD087
RGB
CMYK
RGB Variations
Color information
#BFD087 (or 0xBFD087) is known color: Deco. HEX triplet: BF, D0 and 87. RGB value is (191,208,135). Sum of RGB (Red+Green+Blue) = 191+208+135=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 135 (53.12% from 255 or 25.28% from 534); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD087 is #402F78. Grayscale: #C2C2C2. Windows color (decimal): -4206457 or 8900799. OLE color: 8900799.
HSL color Cylindrical-coordinate representation of color #BFD087: hue angle of 73.97º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFD087 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 135 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.18 |
| HSL | 73.97º | 0.44% | 0.67% | - |
| HSV(B) | 73.97º | 0.35% | 0.82% | - |
| XYZ | 48.41 | 57.94 | 31.55 | - |
| YUV | 194.6 | 94.37 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 135 | 0.08 | 0 | 0.35 | 0.18 | 73.97 | 0.44 | 0.67 |
| Hex | BF | D0 | 87 | 8 | 0 | 23 | 12 | 4A | 2C | 43 |
| Octal | 277 | 320 | 207 | 10 | 0 | 43 | 22 | 112 | 54 | 103 |
| Binary | 10111111 | 11010000 | 10000111 | 1000 | 0 | 100011 | 10010 | 1001010 | 101100 | 1000011 |
Color Harmonies of #BFD087
Complementary color
Monochromatic Colors of #BFD087
Black with #BFD087
Text Example
Text Example
White with #BFD087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD087; }
p { color: rgb(191,208,135); }
H1.HeaderClassName
{
color: #BFD087;
}
.AnyTagClassName
{
color: #BFD087;
}
</style>
background-color css
<style>
a { background-color: #BFD087; }
a { background-color: rgb(191,208,135); }
div.DivClassName
{
background-color: #BFD087;
}
.BgClassName
{
background-color: #BFD087;
}
</style>
border-color css
<style>
span { border-color: #BFD087; }
span { border-color: rgb(191,208,135); }
td.TdClassName
{
border-color: #BFD087;
}
.TagClassName
{
border-color: #BFD087;
}
</style>