Shades of Melrose #BFB1F4
Tints of Melrose #BFB1F4
RGB
CMYK
RGB Variations
Color information
#BFB1F4 (or 0xBFB1F4) is known color: Melrose. HEX triplet: BF, B1 and F4. RGB value is (191,177,244). Sum of RGB (Red+Green+Blue) = 191+177+244=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 244 (95.70% from 255 or 39.87% from 612); Max value from RGB is 244 - color contains mainly: blue. Hex color #BFB1F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB1F4 is #404E0B. Grayscale: #BCBCBC. Windows color (decimal): -4214284 or 16036287. OLE color: 16036287.
HSL color Cylindrical-coordinate representation of color #BFB1F4: hue angle of 252.54º degrees, saturation: 0.75, 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 #BFB1F4 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 177 | 244 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.04 |
| HSL | 252.54º | 0.75% | 0.83% | - |
| HSV(B) | 252.54º | 0.27% | 0.96% | - |
| XYZ | 53.54 | 49.05 | 92.23 | - |
| YUV | 188.82 | 159.14 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 244 | 0.22 | 0.27 | 0 | 0.04 | 252.54 | 0.75 | 0.83 |
| Hex | BF | B1 | F4 | 16 | 1B | 0 | 4 | FD | 4B | 53 |
| Octal | 277 | 261 | 364 | 26 | 33 | 0 | 4 | 375 | 113 | 123 |
| Binary | 10111111 | 10110001 | 11110100 | 10110 | 11011 | 0 | 100 | 11111101 | 1001011 | 1010011 |
Color Harmonies of #BFB1F4
Complementary color
Monochromatic Colors of #BFB1F4
Black with #BFB1F4
Text Example
Text Example
White with #BFB1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB1F4; }
p { color: rgb(191,177,244); }
H1.HeaderClassName
{
color: #BFB1F4;
}
.AnyTagClassName
{
color: #BFB1F4;
}
</style>
background-color css
<style>
a { background-color: #BFB1F4; }
a { background-color: rgb(191,177,244); }
div.DivClassName
{
background-color: #BFB1F4;
}
.BgClassName
{
background-color: #BFB1F4;
}
</style>
border-color css
<style>
span { border-color: #BFB1F4; }
span { border-color: rgb(191,177,244); }
td.TdClassName
{
border-color: #BFB1F4;
}
.TagClassName
{
border-color: #BFB1F4;
}
</style>