Shades of Melrose #BFA6FE
Tints of Melrose #BFA6FE
RGB
CMYK
RGB Variations
Color information
#BFA6FE (or 0xBFA6FE) is known color: Melrose. HEX triplet: BF, A6 and FE. RGB value is (191,166,254). Sum of RGB (Red+Green+Blue) = 191+166+254=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 166 (65.23% from 255 or 27.17% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFA6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA6FE is #405901. Grayscale: #B7B7B7. Windows color (decimal): -4217090 or 16688831. OLE color: 16688831.
HSL color Cylindrical-coordinate representation of color #BFA6FE: hue angle of 257.05º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFA6FE is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 166 | 254 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.00 |
| HSL | 257.05º | 0.98% | 0.82% | - |
| HSV(B) | 257.05º | 0.35% | 1% | - |
| XYZ | 53.01 | 45.5 | 99.76 | - |
| YUV | 183.51 | 167.78 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 254 | 0.25 | 0.35 | 0 | 0.00 | 257.05 | 0.98 | 0.82 |
| Hex | BF | A6 | FE | 19 | 23 | 0 | 0 | 101 | 62 | 52 |
| Octal | 277 | 246 | 376 | 31 | 43 | 0 | 0 | 401 | 142 | 122 |
| Binary | 10111111 | 10100110 | 11111110 | 11001 | 100011 | 0 | 0 | 100000001 | 1100010 | 1010010 |
Color Harmonies of #BFA6FE
Complementary color
Monochromatic Colors of #BFA6FE
Black with #BFA6FE
Text Example
Text Example
White with #BFA6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA6FE; }
p { color: rgb(191,166,254); }
H1.HeaderClassName
{
color: #BFA6FE;
}
.AnyTagClassName
{
color: #BFA6FE;
}
</style>
background-color css
<style>
a { background-color: #BFA6FE; }
a { background-color: rgb(191,166,254); }
div.DivClassName
{
background-color: #BFA6FE;
}
.BgClassName
{
background-color: #BFA6FE;
}
</style>
border-color css
<style>
span { border-color: #BFA6FE; }
span { border-color: rgb(191,166,254); }
td.TdClassName
{
border-color: #BFA6FE;
}
.TagClassName
{
border-color: #BFA6FE;
}
</style>