Shades of Melrose #B3A9DF
Tints of Melrose #B3A9DF
RGB
CMYK
RGB Variations
Color information
#B3A9DF (or 0xB3A9DF) is known color: Melrose. HEX triplet: B3, A9 and DF. RGB value is (179,169,223). Sum of RGB (Red+Green+Blue) = 179+169+223=571 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.35% from 571); Green value is 169 (66.41% from 255 or 29.60% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #B3A9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A9DF is #4C5620. Grayscale: #B1B1B1. Windows color (decimal): -5002785 or 14657971. OLE color: 14657971.
HSL color Cylindrical-coordinate representation of color #B3A9DF: hue angle of 251.11º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3A9DF is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 169 | 223 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.13 |
| HSL | 251.11º | 0.46% | 0.77% | - |
| HSV(B) | 251.11º | 0.24% | 0.87% | - |
| XYZ | 46.1 | 43.29 | 75.74 | - |
| YUV | 178.15 | 153.31 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 169 | 223 | 0.20 | 0.24 | 0 | 0.13 | 251.11 | 0.46 | 0.77 |
| Hex | B3 | A9 | DF | 14 | 18 | 0 | D | FB | 2E | 4D |
| Octal | 263 | 251 | 337 | 24 | 30 | 0 | 15 | 373 | 56 | 115 |
| Binary | 10110011 | 10101001 | 11011111 | 10100 | 11000 | 0 | 1101 | 11111011 | 101110 | 1001101 |
Color Harmonies of #B3A9DF
Complementary color
Monochromatic Colors of #B3A9DF
Black with #B3A9DF
Text Example
Text Example
White with #B3A9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A9DF; }
p { color: rgb(179,169,223); }
H1.HeaderClassName
{
color: #B3A9DF;
}
.AnyTagClassName
{
color: #B3A9DF;
}
</style>
background-color css
<style>
a { background-color: #B3A9DF; }
a { background-color: rgb(179,169,223); }
div.DivClassName
{
background-color: #B3A9DF;
}
.BgClassName
{
background-color: #B3A9DF;
}
</style>
border-color css
<style>
span { border-color: #B3A9DF; }
span { border-color: rgb(179,169,223); }
td.TdClassName
{
border-color: #B3A9DF;
}
.TagClassName
{
border-color: #B3A9DF;
}
</style>