Shades of Deco #BFD383
Tints of Deco #BFD383
RGB
CMYK
RGB Variations
Color information
#BFD383 (or 0xBFD383) is known color: Deco. HEX triplet: BF, D3 and 83. RGB value is (191,211,131). Sum of RGB (Red+Green+Blue) = 191+211+131=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 131 (51.56% from 255 or 24.58% from 533); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD383 is #402C7C. Grayscale: #C4C4C4. Windows color (decimal): -4205693 or 8639423. OLE color: 8639423.
HSL color Cylindrical-coordinate representation of color #BFD383: hue angle of 75º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFD383 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 131 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.17 |
| HSL | 75º | 0.48% | 0.67% | - |
| HSV(B) | 75º | 0.38% | 0.83% | - |
| XYZ | 48.88 | 59.3 | 30.34 | - |
| YUV | 195.9 | 91.37 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 131 | 0.09 | 0 | 0.38 | 0.17 | 75 | 0.48 | 0.67 |
| Hex | BF | D3 | 83 | 9 | 0 | 26 | 11 | 4B | 30 | 43 |
| Octal | 277 | 323 | 203 | 11 | 0 | 46 | 21 | 113 | 60 | 103 |
| Binary | 10111111 | 11010011 | 10000011 | 1001 | 0 | 100110 | 10001 | 1001011 | 110000 | 1000011 |
Color Harmonies of #BFD383
Complementary color
Monochromatic Colors of #BFD383
Black with #BFD383
Text Example
Text Example
White with #BFD383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD383; }
p { color: rgb(191,211,131); }
H1.HeaderClassName
{
color: #BFD383;
}
.AnyTagClassName
{
color: #BFD383;
}
</style>
background-color css
<style>
a { background-color: #BFD383; }
a { background-color: rgb(191,211,131); }
div.DivClassName
{
background-color: #BFD383;
}
.BgClassName
{
background-color: #BFD383;
}
</style>
border-color css
<style>
span { border-color: #BFD383; }
span { border-color: rgb(191,211,131); }
td.TdClassName
{
border-color: #BFD383;
}
.TagClassName
{
border-color: #BFD383;
}
</style>