Shades of Melrose #BFACFF
Tints of Melrose #BFACFF
RGB
CMYK
RGB Variations
Color information
#BFACFF (or 0xBFACFF) is known color: Melrose. HEX triplet: BF, AC and FF. RGB value is (191,172,255). Sum of RGB (Red+Green+Blue) = 191+172+255=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFACFF is #405300. Grayscale: #BABABA. Windows color (decimal): -4215553 or 16755903. OLE color: 16755903.
HSL color Cylindrical-coordinate representation of color #BFACFF: hue angle of 253.73º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFACFF is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 172 | 255 | - |
| CMYK | 0.25 | 0.33 | 0 | 0 |
| HSL | 253.73º | 1% | 0.84% | - |
| HSV(B) | 253.73º | 0.33% | 1% | - |
| XYZ | 54.29 | 47.8 | 100.97 | - |
| YUV | 187.14 | 166.29 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 255 | 0.25 | 0.33 | 0 | 0 | 253.73 | 1 | 0.84 |
| Hex | BF | AC | FF | 19 | 21 | 0 | 0 | FE | 64 | 54 |
| Octal | 277 | 254 | 377 | 31 | 41 | 0 | 0 | 376 | 144 | 124 |
| Binary | 10111111 | 10101100 | 11111111 | 11001 | 100001 | 0 | 0 | 11111110 | 1100100 | 1010100 |
Color Harmonies of #BFACFF
Complementary color
Monochromatic Colors of #BFACFF
Black with #BFACFF
Text Example
Text Example
White with #BFACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACFF; }
p { color: rgb(191,172,255); }
H1.HeaderClassName
{
color: #BFACFF;
}
.AnyTagClassName
{
color: #BFACFF;
}
</style>
background-color css
<style>
a { background-color: #BFACFF; }
a { background-color: rgb(191,172,255); }
div.DivClassName
{
background-color: #BFACFF;
}
.BgClassName
{
background-color: #BFACFF;
}
</style>
border-color css
<style>
span { border-color: #BFACFF; }
span { border-color: rgb(191,172,255); }
td.TdClassName
{
border-color: #BFACFF;
}
.TagClassName
{
border-color: #BFACFF;
}
</style>