Shades of Melrose #B5A5EF
Tints of Melrose #B5A5EF
RGB
CMYK
RGB Variations
Color information
#B5A5EF (or 0xB5A5EF) is known color: Melrose. HEX triplet: B5, A5 and EF. RGB value is (181,165,239). Sum of RGB (Red+Green+Blue) = 181+165+239=585 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.94% from 585); Green value is 165 (64.84% from 255 or 28.21% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5A5EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A5EF is #4A5A10. Grayscale: #B1B1B1. Windows color (decimal): -4872721 or 15705525. OLE color: 15705525.
HSL color Cylindrical-coordinate representation of color #B5A5EF: hue angle of 252.97º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5A5EF is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 165 | 239 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.06 |
| HSL | 252.97º | 0.7% | 0.79% | - |
| HSV(B) | 252.97º | 0.31% | 0.94% | - |
| XYZ | 48.09 | 42.97 | 87.42 | - |
| YUV | 178.22 | 162.3 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 165 | 239 | 0.24 | 0.31 | 0 | 0.06 | 252.97 | 0.7 | 0.79 |
| Hex | B5 | A5 | EF | 18 | 1F | 0 | 6 | FD | 46 | 4F |
| Octal | 265 | 245 | 357 | 30 | 37 | 0 | 6 | 375 | 106 | 117 |
| Binary | 10110101 | 10100101 | 11101111 | 11000 | 11111 | 0 | 110 | 11111101 | 1000110 | 1001111 |
Color Harmonies of #B5A5EF
Complementary color
Monochromatic Colors of #B5A5EF
Black with #B5A5EF
Text Example
Text Example
White with #B5A5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A5EF; }
p { color: rgb(181,165,239); }
H1.HeaderClassName
{
color: #B5A5EF;
}
.AnyTagClassName
{
color: #B5A5EF;
}
</style>
background-color css
<style>
a { background-color: #B5A5EF; }
a { background-color: rgb(181,165,239); }
div.DivClassName
{
background-color: #B5A5EF;
}
.BgClassName
{
background-color: #B5A5EF;
}
</style>
border-color css
<style>
span { border-color: #B5A5EF; }
span { border-color: rgb(181,165,239); }
td.TdClassName
{
border-color: #B5A5EF;
}
.TagClassName
{
border-color: #B5A5EF;
}
</style>