Shades of Melrose #BFACF4
Tints of Melrose #BFACF4
RGB
CMYK
RGB Variations
Color information
#BFACF4 (or 0xBFACF4) is known color: Melrose. HEX triplet: BF, AC and F4. RGB value is (191,172,244). Sum of RGB (Red+Green+Blue) = 191+172+244=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 244 (95.70% from 255 or 40.20% from 607); Max value from RGB is 244 - color contains mainly: blue. Hex color #BFACF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFACF4 is #40530B. Grayscale: #B9B9B9. Windows color (decimal): -4215564 or 16035007. OLE color: 16035007.
HSL color Cylindrical-coordinate representation of color #BFACF4: hue angle of 255.83º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFACF4 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 172 | 244 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.04 |
| HSL | 255.83º | 0.77% | 0.82% | - |
| HSV(B) | 255.83º | 0.3% | 0.96% | - |
| XYZ | 52.57 | 47.11 | 91.91 | - |
| YUV | 185.89 | 160.79 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 244 | 0.22 | 0.30 | 0 | 0.04 | 255.83 | 0.77 | 0.82 |
| Hex | BF | AC | F4 | 16 | 1E | 0 | 4 | 100 | 4D | 52 |
| Octal | 277 | 254 | 364 | 26 | 36 | 0 | 4 | 400 | 115 | 122 |
| Binary | 10111111 | 10101100 | 11110100 | 10110 | 11110 | 0 | 100 | 100000000 | 1001101 | 1010010 |
Color Harmonies of #BFACF4
Complementary color
Monochromatic Colors of #BFACF4
Black with #BFACF4
Text Example
Text Example
White with #BFACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACF4; }
p { color: rgb(191,172,244); }
H1.HeaderClassName
{
color: #BFACF4;
}
.AnyTagClassName
{
color: #BFACF4;
}
</style>
background-color css
<style>
a { background-color: #BFACF4; }
a { background-color: rgb(191,172,244); }
div.DivClassName
{
background-color: #BFACF4;
}
.BgClassName
{
background-color: #BFACF4;
}
</style>
border-color css
<style>
span { border-color: #BFACF4; }
span { border-color: rgb(191,172,244); }
td.TdClassName
{
border-color: #BFACF4;
}
.TagClassName
{
border-color: #BFACF4;
}
</style>