Shades of Melrose #BFACFB
Tints of Melrose #BFACFB
RGB
CMYK
RGB Variations
Color information
#BFACFB (or 0xBFACFB) is known color: Melrose. HEX triplet: BF, AC and FB. RGB value is (191,172,251). Sum of RGB (Red+Green+Blue) = 191+172+251=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFACFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFACFB is #405304. Grayscale: #BABABA. Windows color (decimal): -4215557 or 16493759. OLE color: 16493759.
HSL color Cylindrical-coordinate representation of color #BFACFB: hue angle of 254.43º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFACFB is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 172 | 251 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.02 |
| HSL | 254.43º | 0.91% | 0.83% | - |
| HSV(B) | 254.43º | 0.31% | 0.98% | - |
| XYZ | 53.65 | 47.55 | 97.62 | - |
| YUV | 186.69 | 164.29 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 251 | 0.24 | 0.31 | 0 | 0.02 | 254.43 | 0.91 | 0.83 |
| Hex | BF | AC | FB | 18 | 1F | 0 | 2 | FE | 5B | 53 |
| Octal | 277 | 254 | 373 | 30 | 37 | 0 | 2 | 376 | 133 | 123 |
| Binary | 10111111 | 10101100 | 11111011 | 11000 | 11111 | 0 | 10 | 11111110 | 1011011 | 1010011 |
Color Harmonies of #BFACFB
Complementary color
Monochromatic Colors of #BFACFB
Black with #BFACFB
Text Example
Text Example
White with #BFACFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACFB; }
p { color: rgb(191,172,251); }
H1.HeaderClassName
{
color: #BFACFB;
}
.AnyTagClassName
{
color: #BFACFB;
}
</style>
background-color css
<style>
a { background-color: #BFACFB; }
a { background-color: rgb(191,172,251); }
div.DivClassName
{
background-color: #BFACFB;
}
.BgClassName
{
background-color: #BFACFB;
}
</style>
border-color css
<style>
span { border-color: #BFACFB; }
span { border-color: rgb(191,172,251); }
td.TdClassName
{
border-color: #BFACFB;
}
.TagClassName
{
border-color: #BFACFB;
}
</style>