Shades of Melrose #BFB0F6
Tints of Melrose #BFB0F6
RGB
CMYK
RGB Variations
Color information
#BFB0F6 (or 0xBFB0F6) is known color: Melrose. HEX triplet: BF, B0 and F6. RGB value is (191,176,246). Sum of RGB (Red+Green+Blue) = 191+176+246=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 176 (69.14% from 255 or 28.71% from 613); Blue value is 246 (96.48% from 255 or 40.13% from 613); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFB0F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB0F6 is #404F09. Grayscale: #BCBCBC. Windows color (decimal): -4214538 or 16167103. OLE color: 16167103.
HSL color Cylindrical-coordinate representation of color #BFB0F6: hue angle of 252.86º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFB0F6 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 176 | 246 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.04 |
| HSL | 252.86º | 0.8% | 0.83% | - |
| HSV(B) | 252.86º | 0.28% | 0.96% | - |
| XYZ | 53.65 | 48.78 | 93.78 | - |
| YUV | 188.47 | 160.47 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 246 | 0.22 | 0.28 | 0 | 0.04 | 252.86 | 0.8 | 0.83 |
| Hex | BF | B0 | F6 | 16 | 1C | 0 | 4 | FD | 50 | 53 |
| Octal | 277 | 260 | 366 | 26 | 34 | 0 | 4 | 375 | 120 | 123 |
| Binary | 10111111 | 10110000 | 11110110 | 10110 | 11100 | 0 | 100 | 11111101 | 1010000 | 1010011 |
Color Harmonies of #BFB0F6
Complementary color
Monochromatic Colors of #BFB0F6
Black with #BFB0F6
Text Example
Text Example
White with #BFB0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB0F6; }
p { color: rgb(191,176,246); }
H1.HeaderClassName
{
color: #BFB0F6;
}
.AnyTagClassName
{
color: #BFB0F6;
}
</style>
background-color css
<style>
a { background-color: #BFB0F6; }
a { background-color: rgb(191,176,246); }
div.DivClassName
{
background-color: #BFB0F6;
}
.BgClassName
{
background-color: #BFB0F6;
}
</style>
border-color css
<style>
span { border-color: #BFB0F6; }
span { border-color: rgb(191,176,246); }
td.TdClassName
{
border-color: #BFB0F6;
}
.TagClassName
{
border-color: #BFB0F6;
}
</style>