Shades of Melrose #BFB4F7
Tints of Melrose #BFB4F7
RGB
CMYK
RGB Variations
Color information
#BFB4F7 (or 0xBFB4F7) is known color: Melrose. HEX triplet: BF, B4 and F7. RGB value is (191,180,247). Sum of RGB (Red+Green+Blue) = 191+180+247=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 180 (70.70% from 255 or 29.13% from 618); Blue value is 247 (96.88% from 255 or 39.97% from 618); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFB4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB4F7 is #404B08. Grayscale: #BEBEBE. Windows color (decimal): -4213513 or 16233663. OLE color: 16233663.
HSL color Cylindrical-coordinate representation of color #BFB4F7: hue angle of 249.85º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFB4F7 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 180 | 247 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.03 |
| HSL | 249.85º | 0.81% | 0.84% | - |
| HSV(B) | 249.85º | 0.27% | 0.97% | - |
| XYZ | 54.6 | 50.43 | 94.85 | - |
| YUV | 190.93 | 159.64 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 247 | 0.23 | 0.27 | 0 | 0.03 | 249.85 | 0.81 | 0.84 |
| Hex | BF | B4 | F7 | 17 | 1B | 0 | 3 | FA | 51 | 54 |
| Octal | 277 | 264 | 367 | 27 | 33 | 0 | 3 | 372 | 121 | 124 |
| Binary | 10111111 | 10110100 | 11110111 | 10111 | 11011 | 0 | 11 | 11111010 | 1010001 | 1010100 |
Color Harmonies of #BFB4F7
Complementary color
Monochromatic Colors of #BFB4F7
Black with #BFB4F7
Text Example
Text Example
White with #BFB4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB4F7; }
p { color: rgb(191,180,247); }
H1.HeaderClassName
{
color: #BFB4F7;
}
.AnyTagClassName
{
color: #BFB4F7;
}
</style>
background-color css
<style>
a { background-color: #BFB4F7; }
a { background-color: rgb(191,180,247); }
div.DivClassName
{
background-color: #BFB4F7;
}
.BgClassName
{
background-color: #BFB4F7;
}
</style>
border-color css
<style>
span { border-color: #BFB4F7; }
span { border-color: rgb(191,180,247); }
td.TdClassName
{
border-color: #BFB4F7;
}
.TagClassName
{
border-color: #BFB4F7;
}
</style>