Shades of Melrose #B3A9EC
Tints of Melrose #B3A9EC
RGB
CMYK
RGB Variations
Color information
#B3A9EC (or 0xB3A9EC) is known color: Melrose. HEX triplet: B3, A9 and EC. RGB value is (179,169,236). Sum of RGB (Red+Green+Blue) = 179+169+236=584 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.65% from 584); Green value is 169 (66.41% from 255 or 28.94% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #B3A9EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A9EC is #4C5613. Grayscale: #B3B3B3. Windows color (decimal): -5002772 or 15509939. OLE color: 15509939.
HSL color Cylindrical-coordinate representation of color #B3A9EC: hue angle of 248.96º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3A9EC is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 169 | 236 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.07 |
| HSL | 248.96º | 0.64% | 0.79% | - |
| HSV(B) | 248.96º | 0.28% | 0.93% | - |
| XYZ | 47.92 | 44.02 | 85.33 | - |
| YUV | 179.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 169 | 236 | 0.24 | 0.28 | 0 | 0.07 | 248.96 | 0.64 | 0.79 |
| Hex | B3 | A9 | EC | 18 | 1C | 0 | 7 | F9 | 40 | 4F |
| Octal | 263 | 251 | 354 | 30 | 34 | 0 | 7 | 371 | 100 | 117 |
| Binary | 10110011 | 10101001 | 11101100 | 11000 | 11100 | 0 | 111 | 11111001 | 1000000 | 1001111 |
Color Harmonies of #B3A9EC
Complementary color
Monochromatic Colors of #B3A9EC
Black with #B3A9EC
Text Example
Text Example
White with #B3A9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A9EC; }
p { color: rgb(179,169,236); }
H1.HeaderClassName
{
color: #B3A9EC;
}
.AnyTagClassName
{
color: #B3A9EC;
}
</style>
background-color css
<style>
a { background-color: #B3A9EC; }
a { background-color: rgb(179,169,236); }
div.DivClassName
{
background-color: #B3A9EC;
}
.BgClassName
{
background-color: #B3A9EC;
}
</style>
border-color css
<style>
span { border-color: #B3A9EC; }
span { border-color: rgb(179,169,236); }
td.TdClassName
{
border-color: #B3A9EC;
}
.TagClassName
{
border-color: #B3A9EC;
}
</style>