Shades of Deco #BFD384
Tints of Deco #BFD384
RGB
CMYK
RGB Variations
Color information
#BFD384 (or 0xBFD384) is known color: Deco. HEX triplet: BF, D3 and 84. RGB value is (191,211,132). Sum of RGB (Red+Green+Blue) = 191+211+132=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 132 (51.95% from 255 or 24.72% from 534); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD384 is #402C7B. Grayscale: #C4C4C4. Windows color (decimal): -4205692 or 8704959. OLE color: 8704959.
HSL color Cylindrical-coordinate representation of color #BFD384: hue angle of 75.19º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFD384 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 132 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.17 |
| HSL | 75.19º | 0.47% | 0.67% | - |
| HSV(B) | 75.19º | 0.37% | 0.83% | - |
| XYZ | 48.94 | 59.33 | 30.7 | - |
| YUV | 196.01 | 91.87 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 132 | 0.09 | 0 | 0.37 | 0.17 | 75.19 | 0.47 | 0.67 |
| Hex | BF | D3 | 84 | 9 | 0 | 25 | 11 | 4B | 2F | 43 |
| Octal | 277 | 323 | 204 | 11 | 0 | 45 | 21 | 113 | 57 | 103 |
| Binary | 10111111 | 11010011 | 10000100 | 1001 | 0 | 100101 | 10001 | 1001011 | 101111 | 1000011 |
Color Harmonies of #BFD384
Complementary color
Monochromatic Colors of #BFD384
Black with #BFD384
Text Example
Text Example
White with #BFD384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD384; }
p { color: rgb(191,211,132); }
H1.HeaderClassName
{
color: #BFD384;
}
.AnyTagClassName
{
color: #BFD384;
}
</style>
background-color css
<style>
a { background-color: #BFD384; }
a { background-color: rgb(191,211,132); }
div.DivClassName
{
background-color: #BFD384;
}
.BgClassName
{
background-color: #BFD384;
}
</style>
border-color css
<style>
span { border-color: #BFD384; }
span { border-color: rgb(191,211,132); }
td.TdClassName
{
border-color: #BFD384;
}
.TagClassName
{
border-color: #BFD384;
}
</style>