Shades of Melrose #B3A8F1
Tints of Melrose #B3A8F1
RGB
CMYK
RGB Variations
Color information
#B3A8F1 (or 0xB3A8F1) is known color: Melrose. HEX triplet: B3, A8 and F1. RGB value is (179,168,241). Sum of RGB (Red+Green+Blue) = 179+168+241=588 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.44% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #B3A8F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A8F1 is #4C570E. Grayscale: #B3B3B3. Windows color (decimal): -5003023 or 15837363. OLE color: 15837363.
HSL color Cylindrical-coordinate representation of color #B3A8F1: hue angle of 249.04º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3A8F1 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 168 | 241 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.05 |
| HSL | 249.04º | 0.72% | 0.8% | - |
| HSV(B) | 249.04º | 0.3% | 0.95% | - |
| XYZ | 48.47 | 43.94 | 89.15 | - |
| YUV | 179.61 | 162.64 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 241 | 0.26 | 0.30 | 0 | 0.05 | 249.04 | 0.72 | 0.8 |
| Hex | B3 | A8 | F1 | 1A | 1E | 0 | 5 | F9 | 48 | 50 |
| Octal | 263 | 250 | 361 | 32 | 36 | 0 | 5 | 371 | 110 | 120 |
| Binary | 10110011 | 10101000 | 11110001 | 11010 | 11110 | 0 | 101 | 11111001 | 1001000 | 1010000 |
Color Harmonies of #B3A8F1
Complementary color
Monochromatic Colors of #B3A8F1
Black with #B3A8F1
Text Example
Text Example
White with #B3A8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A8F1; }
p { color: rgb(179,168,241); }
H1.HeaderClassName
{
color: #B3A8F1;
}
.AnyTagClassName
{
color: #B3A8F1;
}
</style>
background-color css
<style>
a { background-color: #B3A8F1; }
a { background-color: rgb(179,168,241); }
div.DivClassName
{
background-color: #B3A8F1;
}
.BgClassName
{
background-color: #B3A8F1;
}
</style>
border-color css
<style>
span { border-color: #B3A8F1; }
span { border-color: rgb(179,168,241); }
td.TdClassName
{
border-color: #B3A8F1;
}
.TagClassName
{
border-color: #B3A8F1;
}
</style>