Shades of Melrose #BFABFA
Tints of Melrose #BFABFA
RGB
CMYK
RGB Variations
Color information
#BFABFA (or 0xBFABFA) is known color: Melrose. HEX triplet: BF, AB and FA. RGB value is (191,171,250). Sum of RGB (Red+Green+Blue) = 191+171+250=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFABFA is #405405. Grayscale: #B9B9B9. Windows color (decimal): -4215814 or 16427967. OLE color: 16427967.
HSL color Cylindrical-coordinate representation of color #BFABFA: hue angle of 255.19º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFABFA is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 171 | 250 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.02 |
| HSL | 255.19º | 0.89% | 0.83% | - |
| HSV(B) | 255.19º | 0.32% | 0.98% | - |
| XYZ | 53.3 | 47.1 | 96.73 | - |
| YUV | 185.99 | 164.13 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 250 | 0.24 | 0.32 | 0 | 0.02 | 255.19 | 0.89 | 0.83 |
| Hex | BF | AB | FA | 18 | 20 | 0 | 2 | FF | 59 | 53 |
| Octal | 277 | 253 | 372 | 30 | 40 | 0 | 2 | 377 | 131 | 123 |
| Binary | 10111111 | 10101011 | 11111010 | 11000 | 100000 | 0 | 10 | 11111111 | 1011001 | 1010011 |
Color Harmonies of #BFABFA
Complementary color
Monochromatic Colors of #BFABFA
Black with #BFABFA
Text Example
Text Example
White with #BFABFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABFA; }
p { color: rgb(191,171,250); }
H1.HeaderClassName
{
color: #BFABFA;
}
.AnyTagClassName
{
color: #BFABFA;
}
</style>
background-color css
<style>
a { background-color: #BFABFA; }
a { background-color: rgb(191,171,250); }
div.DivClassName
{
background-color: #BFABFA;
}
.BgClassName
{
background-color: #BFABFA;
}
</style>
border-color css
<style>
span { border-color: #BFABFA; }
span { border-color: rgb(191,171,250); }
td.TdClassName
{
border-color: #BFABFA;
}
.TagClassName
{
border-color: #BFABFA;
}
</style>