Shades of Melrose #BFB4F5
Tints of Melrose #BFB4F5
RGB
CMYK
RGB Variations
Color information
#BFB4F5 (or 0xBFB4F5) is known color: Melrose. HEX triplet: BF, B4 and F5. RGB value is (191,180,245). Sum of RGB (Red+Green+Blue) = 191+180+245=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 180 (70.70% from 255 or 29.22% from 616); Blue value is 245 (96.09% from 255 or 39.77% from 616); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFB4F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB4F5 is #404B0A. Grayscale: #BEBEBE. Windows color (decimal): -4213515 or 16102591. OLE color: 16102591.
HSL color Cylindrical-coordinate representation of color #BFB4F5: hue angle of 250.15º degrees, saturation: 0.76, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFB4F5 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 180 | 245 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.04 |
| HSL | 250.15º | 0.76% | 0.83% | - |
| HSV(B) | 250.15º | 0.27% | 0.96% | - |
| XYZ | 54.29 | 50.31 | 93.24 | - |
| YUV | 190.7 | 158.64 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 245 | 0.22 | 0.27 | 0 | 0.04 | 250.15 | 0.76 | 0.83 |
| Hex | BF | B4 | F5 | 16 | 1B | 0 | 4 | FA | 4C | 53 |
| Octal | 277 | 264 | 365 | 26 | 33 | 0 | 4 | 372 | 114 | 123 |
| Binary | 10111111 | 10110100 | 11110101 | 10110 | 11011 | 0 | 100 | 11111010 | 1001100 | 1010011 |
Color Harmonies of #BFB4F5
Complementary color
Monochromatic Colors of #BFB4F5
Black with #BFB4F5
Text Example
Text Example
White with #BFB4F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB4F5; }
p { color: rgb(191,180,245); }
H1.HeaderClassName
{
color: #BFB4F5;
}
.AnyTagClassName
{
color: #BFB4F5;
}
</style>
background-color css
<style>
a { background-color: #BFB4F5; }
a { background-color: rgb(191,180,245); }
div.DivClassName
{
background-color: #BFB4F5;
}
.BgClassName
{
background-color: #BFB4F5;
}
</style>
border-color css
<style>
span { border-color: #BFB4F5; }
span { border-color: rgb(191,180,245); }
td.TdClassName
{
border-color: #BFB4F5;
}
.TagClassName
{
border-color: #BFB4F5;
}
</style>