Shades of Deco #BFD183
Tints of Deco #BFD183
RGB
CMYK
RGB Variations
Color information
#BFD183 (or 0xBFD183) is known color: Deco. HEX triplet: BF, D1 and 83. RGB value is (191,209,131). Sum of RGB (Red+Green+Blue) = 191+209+131=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD183 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD183 is #402E7C. Grayscale: #C3C3C3. Windows color (decimal): -4206205 or 8638911. OLE color: 8638911.
HSL color Cylindrical-coordinate representation of color #BFD183: hue angle of 73.85º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFD183 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 131 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.18 |
| HSL | 73.85º | 0.46% | 0.67% | - |
| HSV(B) | 73.85º | 0.37% | 0.82% | - |
| XYZ | 48.38 | 58.32 | 30.18 | - |
| YUV | 194.73 | 92.04 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 131 | 0.09 | 0 | 0.37 | 0.18 | 73.85 | 0.46 | 0.67 |
| Hex | BF | D1 | 83 | 9 | 0 | 25 | 12 | 4A | 2E | 43 |
| Octal | 277 | 321 | 203 | 11 | 0 | 45 | 22 | 112 | 56 | 103 |
| Binary | 10111111 | 11010001 | 10000011 | 1001 | 0 | 100101 | 10010 | 1001010 | 101110 | 1000011 |
Color Harmonies of #BFD183
Complementary color
Monochromatic Colors of #BFD183
Black with #BFD183
Text Example
Text Example
White with #BFD183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD183; }
p { color: rgb(191,209,131); }
H1.HeaderClassName
{
color: #BFD183;
}
.AnyTagClassName
{
color: #BFD183;
}
</style>
background-color css
<style>
a { background-color: #BFD183; }
a { background-color: rgb(191,209,131); }
div.DivClassName
{
background-color: #BFD183;
}
.BgClassName
{
background-color: #BFD183;
}
</style>
border-color css
<style>
span { border-color: #BFD183; }
span { border-color: rgb(191,209,131); }
td.TdClassName
{
border-color: #BFD183;
}
.TagClassName
{
border-color: #BFD183;
}
</style>