Shades of Melrose #B4A5EB
Tints of Melrose #B4A5EB
RGB
CMYK
RGB Variations
Color information
#B4A5EB (or 0xB4A5EB) is known color: Melrose. HEX triplet: B4, A5 and EB. RGB value is (180,165,235). Sum of RGB (Red+Green+Blue) = 180+165+235=580 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.03% from 580); Green value is 165 (64.84% from 255 or 28.45% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4A5EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A5EB is #4B5A14. Grayscale: #B1B1B1. Windows color (decimal): -4938261 or 15443380. OLE color: 15443380.
HSL color Cylindrical-coordinate representation of color #B4A5EB: hue angle of 252.86º 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 #B4A5EB is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 165 | 235 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.08 |
| HSL | 252.86º | 0.64% | 0.78% | - |
| HSV(B) | 252.86º | 0.3% | 0.92% | - |
| XYZ | 47.27 | 42.61 | 84.33 | - |
| YUV | 177.47 | 160.47 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 165 | 235 | 0.23 | 0.30 | 0 | 0.08 | 252.86 | 0.64 | 0.78 |
| Hex | B4 | A5 | EB | 17 | 1E | 0 | 8 | FD | 40 | 4E |
| Octal | 264 | 245 | 353 | 27 | 36 | 0 | 10 | 375 | 100 | 116 |
| Binary | 10110100 | 10100101 | 11101011 | 10111 | 11110 | 0 | 1000 | 11111101 | 1000000 | 1001110 |
Color Harmonies of #B4A5EB
Complementary color
Monochromatic Colors of #B4A5EB
Black with #B4A5EB
Text Example
Text Example
White with #B4A5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A5EB; }
p { color: rgb(180,165,235); }
H1.HeaderClassName
{
color: #B4A5EB;
}
.AnyTagClassName
{
color: #B4A5EB;
}
</style>
background-color css
<style>
a { background-color: #B4A5EB; }
a { background-color: rgb(180,165,235); }
div.DivClassName
{
background-color: #B4A5EB;
}
.BgClassName
{
background-color: #B4A5EB;
}
</style>
border-color css
<style>
span { border-color: #B4A5EB; }
span { border-color: rgb(180,165,235); }
td.TdClassName
{
border-color: #B4A5EB;
}
.TagClassName
{
border-color: #B4A5EB;
}
</style>