Shades of Melrose #B1A7F3
Tints of Melrose #B1A7F3
RGB
CMYK
RGB Variations
Color information
#B1A7F3 (or 0xB1A7F3) is known color: Melrose. HEX triplet: B1, A7 and F3. RGB value is (177,167,243). Sum of RGB (Red+Green+Blue) = 177+167+243=587 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.15% from 587); Green value is 167 (65.62% from 255 or 28.45% from 587); Blue value is 243 (95.31% from 255 or 41.40% from 587); Max value from RGB is 243 - color contains mainly: blue. Hex color #B1A7F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A7F3 is #4E580C. Grayscale: #B2B2B2. Windows color (decimal): -5134349 or 15968177. OLE color: 15968177.
HSL color Cylindrical-coordinate representation of color #B1A7F3: hue angle of 247.89º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1A7F3 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 167 | 243 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.05 |
| HSL | 247.89º | 0.76% | 0.8% | - |
| HSV(B) | 247.89º | 0.31% | 0.95% | - |
| XYZ | 48.13 | 43.46 | 90.65 | - |
| YUV | 178.65 | 164.31 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 167 | 243 | 0.27 | 0.31 | 0 | 0.05 | 247.89 | 0.76 | 0.8 |
| Hex | B1 | A7 | F3 | 1B | 1F | 0 | 5 | F8 | 4C | 50 |
| Octal | 261 | 247 | 363 | 33 | 37 | 0 | 5 | 370 | 114 | 120 |
| Binary | 10110001 | 10100111 | 11110011 | 11011 | 11111 | 0 | 101 | 11111000 | 1001100 | 1010000 |
Color Harmonies of #B1A7F3
Complementary color
Monochromatic Colors of #B1A7F3
Black with #B1A7F3
Text Example
Text Example
White with #B1A7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A7F3; }
p { color: rgb(177,167,243); }
H1.HeaderClassName
{
color: #B1A7F3;
}
.AnyTagClassName
{
color: #B1A7F3;
}
</style>
background-color css
<style>
a { background-color: #B1A7F3; }
a { background-color: rgb(177,167,243); }
div.DivClassName
{
background-color: #B1A7F3;
}
.BgClassName
{
background-color: #B1A7F3;
}
</style>
border-color css
<style>
span { border-color: #B1A7F3; }
span { border-color: rgb(177,167,243); }
td.TdClassName
{
border-color: #B1A7F3;
}
.TagClassName
{
border-color: #B1A7F3;
}
</style>