Shades of Melrose #B1A4F8
Tints of Melrose #B1A4F8
RGB
CMYK
RGB Variations
Color information
#B1A4F8 (or 0xB1A4F8) is known color: Melrose. HEX triplet: B1, A4 and F8. RGB value is (177,164,248). Sum of RGB (Red+Green+Blue) = 177+164+248=589 (78% of max value = 765). Red value is 177 (69.53% from 255 or 30.05% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 248 (97.27% from 255 or 42.11% from 589); Max value from RGB is 248 - color contains mainly: blue. Hex color #B1A4F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A4F8 is #4E5B07. Grayscale: #B1B1B1. Windows color (decimal): -5135112 or 16295089. OLE color: 16295089.
HSL color Cylindrical-coordinate representation of color #B1A4F8: hue angle of 249.29º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1A4F8 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 164 | 248 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.03 |
| HSL | 249.29º | 0.86% | 0.81% | - |
| HSV(B) | 249.29º | 0.34% | 0.97% | - |
| XYZ | 48.35 | 42.68 | 94.5 | - |
| YUV | 177.46 | 167.81 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 164 | 248 | 0.29 | 0.34 | 0 | 0.03 | 249.29 | 0.86 | 0.81 |
| Hex | B1 | A4 | F8 | 1D | 22 | 0 | 3 | F9 | 56 | 51 |
| Octal | 261 | 244 | 370 | 35 | 42 | 0 | 3 | 371 | 126 | 121 |
| Binary | 10110001 | 10100100 | 11111000 | 11101 | 100010 | 0 | 11 | 11111001 | 1010110 | 1010001 |
Color Harmonies of #B1A4F8
Complementary color
Monochromatic Colors of #B1A4F8
Black with #B1A4F8
Text Example
Text Example
White with #B1A4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A4F8; }
p { color: rgb(177,164,248); }
H1.HeaderClassName
{
color: #B1A4F8;
}
.AnyTagClassName
{
color: #B1A4F8;
}
</style>
background-color css
<style>
a { background-color: #B1A4F8; }
a { background-color: rgb(177,164,248); }
div.DivClassName
{
background-color: #B1A4F8;
}
.BgClassName
{
background-color: #B1A4F8;
}
</style>
border-color css
<style>
span { border-color: #B1A4F8; }
span { border-color: rgb(177,164,248); }
td.TdClassName
{
border-color: #B1A4F8;
}
.TagClassName
{
border-color: #B1A4F8;
}
</style>