Shades of Melrose #BFB0FB
Tints of Melrose #BFB0FB
RGB
CMYK
RGB Variations
Color information
#BFB0FB (or 0xBFB0FB) is known color: Melrose. HEX triplet: BF, B0 and FB. RGB value is (191,176,251). Sum of RGB (Red+Green+Blue) = 191+176+251=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 176 (69.14% from 255 or 28.48% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFB0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB0FB is #404F04. Grayscale: #BCBCBC. Windows color (decimal): -4214533 or 16494783. OLE color: 16494783.
HSL color Cylindrical-coordinate representation of color #BFB0FB: hue angle of 252º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFB0FB is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 176 | 251 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.02 |
| HSL | 252º | 0.9% | 0.84% | - |
| HSV(B) | 252º | 0.3% | 0.98% | - |
| XYZ | 54.42 | 49.09 | 97.87 | - |
| YUV | 189.04 | 162.97 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 251 | 0.24 | 0.30 | 0 | 0.02 | 252 | 0.9 | 0.84 |
| Hex | BF | B0 | FB | 18 | 1E | 0 | 2 | FC | 5A | 54 |
| Octal | 277 | 260 | 373 | 30 | 36 | 0 | 2 | 374 | 132 | 124 |
| Binary | 10111111 | 10110000 | 11111011 | 11000 | 11110 | 0 | 10 | 11111100 | 1011010 | 1010100 |
Color Harmonies of #BFB0FB
Complementary color
Monochromatic Colors of #BFB0FB
Black with #BFB0FB
Text Example
Text Example
White with #BFB0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB0FB; }
p { color: rgb(191,176,251); }
H1.HeaderClassName
{
color: #BFB0FB;
}
.AnyTagClassName
{
color: #BFB0FB;
}
</style>
background-color css
<style>
a { background-color: #BFB0FB; }
a { background-color: rgb(191,176,251); }
div.DivClassName
{
background-color: #BFB0FB;
}
.BgClassName
{
background-color: #BFB0FB;
}
</style>
border-color css
<style>
span { border-color: #BFB0FB; }
span { border-color: rgb(191,176,251); }
td.TdClassName
{
border-color: #BFB0FB;
}
.TagClassName
{
border-color: #BFB0FB;
}
</style>