Shades of Melrose #BFA6FB
Tints of Melrose #BFA6FB
RGB
CMYK
RGB Variations
Color information
#BFA6FB (or 0xBFA6FB) is known color: Melrose. HEX triplet: BF, A6 and FB. RGB value is (191,166,251). Sum of RGB (Red+Green+Blue) = 191+166+251=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 166 (65.23% from 255 or 27.30% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFA6FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA6FB is #405904. Grayscale: #B6B6B6. Windows color (decimal): -4217093 or 16492223. OLE color: 16492223.
HSL color Cylindrical-coordinate representation of color #BFA6FB: hue angle of 257.65º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFA6FB is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 166 | 251 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.02 |
| HSL | 257.65º | 0.91% | 0.82% | - |
| HSV(B) | 257.65º | 0.34% | 0.98% | - |
| XYZ | 52.53 | 45.31 | 97.24 | - |
| YUV | 183.17 | 166.28 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 251 | 0.24 | 0.34 | 0 | 0.02 | 257.65 | 0.91 | 0.82 |
| Hex | BF | A6 | FB | 18 | 22 | 0 | 2 | 102 | 5B | 52 |
| Octal | 277 | 246 | 373 | 30 | 42 | 0 | 2 | 402 | 133 | 122 |
| Binary | 10111111 | 10100110 | 11111011 | 11000 | 100010 | 0 | 10 | 100000010 | 1011011 | 1010010 |
Color Harmonies of #BFA6FB
Complementary color
Monochromatic Colors of #BFA6FB
Black with #BFA6FB
Text Example
Text Example
White with #BFA6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA6FB; }
p { color: rgb(191,166,251); }
H1.HeaderClassName
{
color: #BFA6FB;
}
.AnyTagClassName
{
color: #BFA6FB;
}
</style>
background-color css
<style>
a { background-color: #BFA6FB; }
a { background-color: rgb(191,166,251); }
div.DivClassName
{
background-color: #BFA6FB;
}
.BgClassName
{
background-color: #BFA6FB;
}
</style>
border-color css
<style>
span { border-color: #BFA6FB; }
span { border-color: rgb(191,166,251); }
td.TdClassName
{
border-color: #BFA6FB;
}
.TagClassName
{
border-color: #BFA6FB;
}
</style>