Shades of Deco #BFD385
Tints of Deco #BFD385
RGB
CMYK
RGB Variations
Color information
#BFD385 (or 0xBFD385) is known color: Deco. HEX triplet: BF, D3 and 85. RGB value is (191,211,133). Sum of RGB (Red+Green+Blue) = 191+211+133=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 211 (82.81% from 255 or 39.44% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD385 is #402C7A. Grayscale: #C4C4C4. Windows color (decimal): -4205691 or 8770495. OLE color: 8770495.
HSL color Cylindrical-coordinate representation of color #BFD385: hue angle of 75.38º 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 #BFD385 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 133 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.17 |
| HSL | 75.38º | 0.47% | 0.67% | - |
| HSV(B) | 75.38º | 0.37% | 0.83% | - |
| XYZ | 49.01 | 59.36 | 31.06 | - |
| YUV | 196.13 | 92.37 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 133 | 0.09 | 0 | 0.37 | 0.17 | 75.38 | 0.47 | 0.67 |
| Hex | BF | D3 | 85 | 9 | 0 | 25 | 11 | 4B | 2F | 43 |
| Octal | 277 | 323 | 205 | 11 | 0 | 45 | 21 | 113 | 57 | 103 |
| Binary | 10111111 | 11010011 | 10000101 | 1001 | 0 | 100101 | 10001 | 1001011 | 101111 | 1000011 |
Color Harmonies of #BFD385
Complementary color
Monochromatic Colors of #BFD385
Black with #BFD385
Text Example
Text Example
White with #BFD385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD385; }
p { color: rgb(191,211,133); }
H1.HeaderClassName
{
color: #BFD385;
}
.AnyTagClassName
{
color: #BFD385;
}
</style>
background-color css
<style>
a { background-color: #BFD385; }
a { background-color: rgb(191,211,133); }
div.DivClassName
{
background-color: #BFD385;
}
.BgClassName
{
background-color: #BFD385;
}
</style>
border-color css
<style>
span { border-color: #BFD385; }
span { border-color: rgb(191,211,133); }
td.TdClassName
{
border-color: #BFD385;
}
.TagClassName
{
border-color: #BFD385;
}
</style>