Shades of Deco #BFD189
Tints of Deco #BFD189
RGB
CMYK
RGB Variations
Color information
#BFD189 (or 0xBFD189) is known color: Deco. HEX triplet: BF, D1 and 89. RGB value is (191,209,137). Sum of RGB (Red+Green+Blue) = 191+209+137=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 137 (53.91% from 255 or 25.51% from 537); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD189 is #402E76. Grayscale: #C3C3C3. Windows color (decimal): -4206199 or 9032127. OLE color: 9032127.
HSL color Cylindrical-coordinate representation of color #BFD189: hue angle of 75º degrees, saturation: 0.44, 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 #BFD189 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 137 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.18 |
| HSL | 75º | 0.44% | 0.68% | - |
| HSV(B) | 75º | 0.34% | 0.82% | - |
| XYZ | 48.8 | 58.48 | 32.38 | - |
| YUV | 195.41 | 95.04 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 137 | 0.09 | 0 | 0.34 | 0.18 | 75 | 0.44 | 0.68 |
| Hex | BF | D1 | 89 | 9 | 0 | 22 | 12 | 4B | 2C | 44 |
| Octal | 277 | 321 | 211 | 11 | 0 | 42 | 22 | 113 | 54 | 104 |
| Binary | 10111111 | 11010001 | 10001001 | 1001 | 0 | 100010 | 10010 | 1001011 | 101100 | 1000100 |
Color Harmonies of #BFD189
Complementary color
Monochromatic Colors of #BFD189
Black with #BFD189
Text Example
Text Example
White with #BFD189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD189; }
p { color: rgb(191,209,137); }
H1.HeaderClassName
{
color: #BFD189;
}
.AnyTagClassName
{
color: #BFD189;
}
</style>
background-color css
<style>
a { background-color: #BFD189; }
a { background-color: rgb(191,209,137); }
div.DivClassName
{
background-color: #BFD189;
}
.BgClassName
{
background-color: #BFD189;
}
</style>
border-color css
<style>
span { border-color: #BFD189; }
span { border-color: rgb(191,209,137); }
td.TdClassName
{
border-color: #BFD189;
}
.TagClassName
{
border-color: #BFD189;
}
</style>