Shades of Deco #BFD575
Tints of Deco #BFD575
RGB
CMYK
RGB Variations
Color information
#BFD575 (or 0xBFD575) is known color: Deco. HEX triplet: BF, D5 and 75. RGB value is (191,213,117). Sum of RGB (Red+Green+Blue) = 191+213+117=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD575 is #402A8A. Grayscale: #C3C3C3. Windows color (decimal): -4205195 or 7722431. OLE color: 7722431.
HSL color Cylindrical-coordinate representation of color #BFD575: hue angle of 73.75º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFD575 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 117 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.16 |
| HSL | 73.75º | 0.53% | 0.65% | - |
| HSV(B) | 73.75º | 0.45% | 0.84% | - |
| XYZ | 48.49 | 59.95 | 25.85 | - |
| YUV | 195.48 | 83.71 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 117 | 0.10 | 0 | 0.45 | 0.16 | 73.75 | 0.53 | 0.65 |
| Hex | BF | D5 | 75 | A | 0 | 2D | 10 | 4A | 35 | 41 |
| Octal | 277 | 325 | 165 | 12 | 0 | 55 | 20 | 112 | 65 | 101 |
| Binary | 10111111 | 11010101 | 1110101 | 1010 | 0 | 101101 | 10000 | 1001010 | 110101 | 1000001 |
Color Harmonies of #BFD575
Complementary color
Monochromatic Colors of #BFD575
Black with #BFD575
Text Example
Text Example
White with #BFD575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD575; }
p { color: rgb(191,213,117); }
H1.HeaderClassName
{
color: #BFD575;
}
.AnyTagClassName
{
color: #BFD575;
}
</style>
background-color css
<style>
a { background-color: #BFD575; }
a { background-color: rgb(191,213,117); }
div.DivClassName
{
background-color: #BFD575;
}
.BgClassName
{
background-color: #BFD575;
}
</style>
border-color css
<style>
span { border-color: #BFD575; }
span { border-color: rgb(191,213,117); }
td.TdClassName
{
border-color: #BFD575;
}
.TagClassName
{
border-color: #BFD575;
}
</style>