Shades of Melrose #BFBAF1
Tints of Melrose #BFBAF1
RGB
CMYK
RGB Variations
Color information
#BFBAF1 (or 0xBFBAF1) is known color: Melrose. HEX triplet: BF, BA and F1. RGB value is (191,186,241). Sum of RGB (Red+Green+Blue) = 191+186+241=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFBAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBAF1 is #40450E. Grayscale: #C1C1C1. Windows color (decimal): -4211983 or 15841983. OLE color: 15841983.
HSL color Cylindrical-coordinate representation of color #BFBAF1: hue angle of 245.45º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFBAF1 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 186 | 241 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.05 |
| HSL | 245.45º | 0.66% | 0.84% | - |
| HSV(B) | 245.45º | 0.23% | 0.95% | - |
| XYZ | 54.92 | 52.55 | 90.47 | - |
| YUV | 193.77 | 154.66 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 241 | 0.21 | 0.23 | 0 | 0.05 | 245.45 | 0.66 | 0.84 |
| Hex | BF | BA | F1 | 15 | 17 | 0 | 5 | F5 | 42 | 54 |
| Octal | 277 | 272 | 361 | 25 | 27 | 0 | 5 | 365 | 102 | 124 |
| Binary | 10111111 | 10111010 | 11110001 | 10101 | 10111 | 0 | 101 | 11110101 | 1000010 | 1010100 |
Color Harmonies of #BFBAF1
Complementary color
Monochromatic Colors of #BFBAF1
Black with #BFBAF1
Text Example
Text Example
White with #BFBAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBAF1; }
p { color: rgb(191,186,241); }
H1.HeaderClassName
{
color: #BFBAF1;
}
.AnyTagClassName
{
color: #BFBAF1;
}
</style>
background-color css
<style>
a { background-color: #BFBAF1; }
a { background-color: rgb(191,186,241); }
div.DivClassName
{
background-color: #BFBAF1;
}
.BgClassName
{
background-color: #BFBAF1;
}
</style>
border-color css
<style>
span { border-color: #BFBAF1; }
span { border-color: rgb(191,186,241); }
td.TdClassName
{
border-color: #BFBAF1;
}
.TagClassName
{
border-color: #BFBAF1;
}
</style>