Shades of Deco #BFD089
Tints of Deco #BFD089
RGB
CMYK
RGB Variations
Color information
#BFD089 (or 0xBFD089) is known color: Deco. HEX triplet: BF, D0 and 89. RGB value is (191,208,137). Sum of RGB (Red+Green+Blue) = 191+208+137=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 137 (53.91% from 255 or 25.56% from 536); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD089 is #402F76. Grayscale: #C3C3C3. Windows color (decimal): -4206455 or 9031871. OLE color: 9031871.
HSL color Cylindrical-coordinate representation of color #BFD089: hue angle of 74.37º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFD089 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 137 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.18 |
| HSL | 74.37º | 0.43% | 0.68% | - |
| HSV(B) | 74.37º | 0.34% | 0.82% | - |
| XYZ | 48.56 | 57.99 | 32.3 | - |
| YUV | 194.82 | 95.37 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 137 | 0.08 | 0 | 0.34 | 0.18 | 74.37 | 0.43 | 0.68 |
| Hex | BF | D0 | 89 | 8 | 0 | 22 | 12 | 4A | 2B | 44 |
| Octal | 277 | 320 | 211 | 10 | 0 | 42 | 22 | 112 | 53 | 104 |
| Binary | 10111111 | 11010000 | 10001001 | 1000 | 0 | 100010 | 10010 | 1001010 | 101011 | 1000100 |
Color Harmonies of #BFD089
Complementary color
Monochromatic Colors of #BFD089
Black with #BFD089
Text Example
Text Example
White with #BFD089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD089; }
p { color: rgb(191,208,137); }
H1.HeaderClassName
{
color: #BFD089;
}
.AnyTagClassName
{
color: #BFD089;
}
</style>
background-color css
<style>
a { background-color: #BFD089; }
a { background-color: rgb(191,208,137); }
div.DivClassName
{
background-color: #BFD089;
}
.BgClassName
{
background-color: #BFD089;
}
</style>
border-color css
<style>
span { border-color: #BFD089; }
span { border-color: rgb(191,208,137); }
td.TdClassName
{
border-color: #BFD089;
}
.TagClassName
{
border-color: #BFD089;
}
</style>