Shades of Melrose #BFACF7
Tints of Melrose #BFACF7
RGB
CMYK
RGB Variations
Color information
#BFACF7 (or 0xBFACF7) is known color: Melrose. HEX triplet: BF, AC and F7. RGB value is (191,172,247). Sum of RGB (Red+Green+Blue) = 191+172+247=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 247 (96.88% from 255 or 40.49% from 610); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFACF7 is #405308. Grayscale: #B9B9B9. Windows color (decimal): -4215561 or 16231615. OLE color: 16231615.
HSL color Cylindrical-coordinate representation of color #BFACF7: hue angle of 255.2º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFACF7 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 172 | 247 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.03 |
| HSL | 255.2º | 0.82% | 0.82% | - |
| HSV(B) | 255.2º | 0.3% | 0.97% | - |
| XYZ | 53.03 | 47.3 | 94.33 | - |
| YUV | 186.23 | 162.29 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 247 | 0.23 | 0.30 | 0 | 0.03 | 255.2 | 0.82 | 0.82 |
| Hex | BF | AC | F7 | 17 | 1E | 0 | 3 | FF | 52 | 52 |
| Octal | 277 | 254 | 367 | 27 | 36 | 0 | 3 | 377 | 122 | 122 |
| Binary | 10111111 | 10101100 | 11110111 | 10111 | 11110 | 0 | 11 | 11111111 | 1010010 | 1010010 |
Color Harmonies of #BFACF7
Complementary color
Monochromatic Colors of #BFACF7
Black with #BFACF7
Text Example
Text Example
White with #BFACF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACF7; }
p { color: rgb(191,172,247); }
H1.HeaderClassName
{
color: #BFACF7;
}
.AnyTagClassName
{
color: #BFACF7;
}
</style>
background-color css
<style>
a { background-color: #BFACF7; }
a { background-color: rgb(191,172,247); }
div.DivClassName
{
background-color: #BFACF7;
}
.BgClassName
{
background-color: #BFACF7;
}
</style>
border-color css
<style>
span { border-color: #BFACF7; }
span { border-color: rgb(191,172,247); }
td.TdClassName
{
border-color: #BFACF7;
}
.TagClassName
{
border-color: #BFACF7;
}
</style>