Shades of Melrose #BFBAF2
Tints of Melrose #BFBAF2
RGB
CMYK
RGB Variations
Color information
#BFBAF2 (or 0xBFBAF2) is known color: Melrose. HEX triplet: BF, BA and F2. RGB value is (191,186,242). Sum of RGB (Red+Green+Blue) = 191+186+242=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFBAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBAF2 is #40450D. Grayscale: #C1C1C1. Windows color (decimal): -4211982 or 15907519. OLE color: 15907519.
HSL color Cylindrical-coordinate representation of color #BFBAF2: hue angle of 245.36º degrees, saturation: 0.68, 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 #BFBAF2 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 186 | 242 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.05 |
| HSL | 245.36º | 0.68% | 0.84% | - |
| HSV(B) | 245.36º | 0.23% | 0.95% | - |
| XYZ | 55.07 | 52.6 | 91.26 | - |
| YUV | 193.88 | 155.16 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 242 | 0.21 | 0.23 | 0 | 0.05 | 245.36 | 0.68 | 0.84 |
| Hex | BF | BA | F2 | 15 | 17 | 0 | 5 | F5 | 44 | 54 |
| Octal | 277 | 272 | 362 | 25 | 27 | 0 | 5 | 365 | 104 | 124 |
| Binary | 10111111 | 10111010 | 11110010 | 10101 | 10111 | 0 | 101 | 11110101 | 1000100 | 1010100 |
Color Harmonies of #BFBAF2
Complementary color
Monochromatic Colors of #BFBAF2
Black with #BFBAF2
Text Example
Text Example
White with #BFBAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBAF2; }
p { color: rgb(191,186,242); }
H1.HeaderClassName
{
color: #BFBAF2;
}
.AnyTagClassName
{
color: #BFBAF2;
}
</style>
background-color css
<style>
a { background-color: #BFBAF2; }
a { background-color: rgb(191,186,242); }
div.DivClassName
{
background-color: #BFBAF2;
}
.BgClassName
{
background-color: #BFBAF2;
}
</style>
border-color css
<style>
span { border-color: #BFBAF2; }
span { border-color: rgb(191,186,242); }
td.TdClassName
{
border-color: #BFBAF2;
}
.TagClassName
{
border-color: #BFBAF2;
}
</style>