Shades of Melrose #BFACF5
Tints of Melrose #BFACF5
RGB
CMYK
RGB Variations
Color information
#BFACF5 (or 0xBFACF5) is known color: Melrose. HEX triplet: BF, AC and F5. RGB value is (191,172,245). Sum of RGB (Red+Green+Blue) = 191+172+245=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 245 (96.09% from 255 or 40.30% from 608); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFACF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFACF5 is #40530A. Grayscale: #B9B9B9. Windows color (decimal): -4215563 or 16100543. OLE color: 16100543.
HSL color Cylindrical-coordinate representation of color #BFACF5: hue angle of 255.62º degrees, saturation: 0.78, 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 #BFACF5 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 172 | 245 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.04 |
| HSL | 255.62º | 0.78% | 0.82% | - |
| HSV(B) | 255.62º | 0.3% | 0.96% | - |
| XYZ | 52.72 | 47.17 | 92.71 | - |
| YUV | 186 | 161.29 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 245 | 0.22 | 0.30 | 0 | 0.04 | 255.62 | 0.78 | 0.82 |
| Hex | BF | AC | F5 | 16 | 1E | 0 | 4 | 100 | 4E | 52 |
| Octal | 277 | 254 | 365 | 26 | 36 | 0 | 4 | 400 | 116 | 122 |
| Binary | 10111111 | 10101100 | 11110101 | 10110 | 11110 | 0 | 100 | 100000000 | 1001110 | 1010010 |
Color Harmonies of #BFACF5
Complementary color
Monochromatic Colors of #BFACF5
Black with #BFACF5
Text Example
Text Example
White with #BFACF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACF5; }
p { color: rgb(191,172,245); }
H1.HeaderClassName
{
color: #BFACF5;
}
.AnyTagClassName
{
color: #BFACF5;
}
</style>
background-color css
<style>
a { background-color: #BFACF5; }
a { background-color: rgb(191,172,245); }
div.DivClassName
{
background-color: #BFACF5;
}
.BgClassName
{
background-color: #BFACF5;
}
</style>
border-color css
<style>
span { border-color: #BFACF5; }
span { border-color: rgb(191,172,245); }
td.TdClassName
{
border-color: #BFACF5;
}
.TagClassName
{
border-color: #BFACF5;
}
</style>