Shades of Melrose #B3A5EB
Tints of Melrose #B3A5EB
RGB
CMYK
RGB Variations
Color information
#B3A5EB (or 0xB3A5EB) is known color: Melrose. HEX triplet: B3, A5 and EB. RGB value is (179,165,235). Sum of RGB (Red+Green+Blue) = 179+165+235=579 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.92% from 579); Green value is 165 (64.84% from 255 or 28.50% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #B3A5EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A5EB is #4C5A14. Grayscale: #B0B0B0. Windows color (decimal): -5003797 or 15443379. OLE color: 15443379.
HSL color Cylindrical-coordinate representation of color #B3A5EB: hue angle of 252º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3A5EB is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 165 | 235 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.08 |
| HSL | 252º | 0.64% | 0.78% | - |
| HSV(B) | 252º | 0.3% | 0.92% | - |
| XYZ | 47.04 | 42.49 | 84.32 | - |
| YUV | 177.17 | 160.64 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 165 | 235 | 0.24 | 0.30 | 0 | 0.08 | 252 | 0.64 | 0.78 |
| Hex | B3 | A5 | EB | 18 | 1E | 0 | 8 | FC | 40 | 4E |
| Octal | 263 | 245 | 353 | 30 | 36 | 0 | 10 | 374 | 100 | 116 |
| Binary | 10110011 | 10100101 | 11101011 | 11000 | 11110 | 0 | 1000 | 11111100 | 1000000 | 1001110 |
Color Harmonies of #B3A5EB
Complementary color
Monochromatic Colors of #B3A5EB
Black with #B3A5EB
Text Example
Text Example
White with #B3A5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A5EB; }
p { color: rgb(179,165,235); }
H1.HeaderClassName
{
color: #B3A5EB;
}
.AnyTagClassName
{
color: #B3A5EB;
}
</style>
background-color css
<style>
a { background-color: #B3A5EB; }
a { background-color: rgb(179,165,235); }
div.DivClassName
{
background-color: #B3A5EB;
}
.BgClassName
{
background-color: #B3A5EB;
}
</style>
border-color css
<style>
span { border-color: #B3A5EB; }
span { border-color: rgb(179,165,235); }
td.TdClassName
{
border-color: #B3A5EB;
}
.TagClassName
{
border-color: #B3A5EB;
}
</style>