Shades of Melrose #BFACF0
Tints of Melrose #BFACF0
RGB
CMYK
RGB Variations
Color information
#BFACF0 (or 0xBFACF0) is known color: Melrose. HEX triplet: BF, AC and F0. RGB value is (191,172,240). Sum of RGB (Red+Green+Blue) = 191+172+240=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFACF0 is #40530F. Grayscale: #B9B9B9. Windows color (decimal): -4215568 or 15772863. OLE color: 15772863.
HSL color Cylindrical-coordinate representation of color #BFACF0: hue angle of 256.76º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFACF0 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 172 | 240 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.06 |
| HSL | 256.76º | 0.69% | 0.81% | - |
| HSV(B) | 256.76º | 0.28% | 0.94% | - |
| XYZ | 51.97 | 46.87 | 88.75 | - |
| YUV | 185.43 | 158.79 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 240 | 0.20 | 0.28 | 0 | 0.06 | 256.76 | 0.69 | 0.81 |
| Hex | BF | AC | F0 | 14 | 1C | 0 | 6 | 101 | 45 | 51 |
| Octal | 277 | 254 | 360 | 24 | 34 | 0 | 6 | 401 | 105 | 121 |
| Binary | 10111111 | 10101100 | 11110000 | 10100 | 11100 | 0 | 110 | 100000001 | 1000101 | 1010001 |
Color Harmonies of #BFACF0
Complementary color
Monochromatic Colors of #BFACF0
Black with #BFACF0
Text Example
Text Example
White with #BFACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACF0; }
p { color: rgb(191,172,240); }
H1.HeaderClassName
{
color: #BFACF0;
}
.AnyTagClassName
{
color: #BFACF0;
}
</style>
background-color css
<style>
a { background-color: #BFACF0; }
a { background-color: rgb(191,172,240); }
div.DivClassName
{
background-color: #BFACF0;
}
.BgClassName
{
background-color: #BFACF0;
}
</style>
border-color css
<style>
span { border-color: #BFACF0; }
span { border-color: rgb(191,172,240); }
td.TdClassName
{
border-color: #BFACF0;
}
.TagClassName
{
border-color: #BFACF0;
}
</style>