Shades of Melrose #B3A6E8
Tints of Melrose #B3A6E8
RGB
CMYK
RGB Variations
Color information
#B3A6E8 (or 0xB3A6E8) is known color: Melrose. HEX triplet: B3, A6 and E8. RGB value is (179,166,232). Sum of RGB (Red+Green+Blue) = 179+166+232=577 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.02% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 232 (91.02% from 255 or 40.21% from 577); Max value from RGB is 232 - color contains mainly: blue. Hex color #B3A6E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A6E8 is #4C5917. Grayscale: #B1B1B1. Windows color (decimal): -5003544 or 15247027. OLE color: 15247027.
HSL color Cylindrical-coordinate representation of color #B3A6E8: hue angle of 251.82º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3A6E8 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 166 | 232 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.09 |
| HSL | 251.82º | 0.59% | 0.78% | - |
| HSV(B) | 251.82º | 0.28% | 0.91% | - |
| XYZ | 46.79 | 42.68 | 82.12 | - |
| YUV | 177.41 | 158.81 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 166 | 232 | 0.23 | 0.28 | 0 | 0.09 | 251.82 | 0.59 | 0.78 |
| Hex | B3 | A6 | E8 | 17 | 1C | 0 | 9 | FC | 3B | 4E |
| Octal | 263 | 246 | 350 | 27 | 34 | 0 | 11 | 374 | 73 | 116 |
| Binary | 10110011 | 10100110 | 11101000 | 10111 | 11100 | 0 | 1001 | 11111100 | 111011 | 1001110 |
Color Harmonies of #B3A6E8
Complementary color
Monochromatic Colors of #B3A6E8
Black with #B3A6E8
Text Example
Text Example
White with #B3A6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A6E8; }
p { color: rgb(179,166,232); }
H1.HeaderClassName
{
color: #B3A6E8;
}
.AnyTagClassName
{
color: #B3A6E8;
}
</style>
background-color css
<style>
a { background-color: #B3A6E8; }
a { background-color: rgb(179,166,232); }
div.DivClassName
{
background-color: #B3A6E8;
}
.BgClassName
{
background-color: #B3A6E8;
}
</style>
border-color css
<style>
span { border-color: #B3A6E8; }
span { border-color: rgb(179,166,232); }
td.TdClassName
{
border-color: #B3A6E8;
}
.TagClassName
{
border-color: #B3A6E8;
}
</style>