Shades of Melrose #B5A8E9
Tints of Melrose #B5A8E9
RGB
CMYK
RGB Variations
Color information
#B5A8E9 (or 0xB5A8E9) is known color: Melrose. HEX triplet: B5, A8 and E9. RGB value is (181,168,233). Sum of RGB (Red+Green+Blue) = 181+168+233=582 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.10% from 582); Green value is 168 (66.02% from 255 or 28.87% from 582); Blue value is 233 (91.41% from 255 or 40.03% from 582); Max value from RGB is 233 - color contains mainly: blue. Hex color #B5A8E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A8E9 is #4A5716. Grayscale: #B3B3B3. Windows color (decimal): -4871959 or 15313077. OLE color: 15313077.
HSL color Cylindrical-coordinate representation of color #B5A8E9: hue angle of 252º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5A8E9 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 168 | 233 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.09 |
| HSL | 252º | 0.6% | 0.79% | - |
| HSV(B) | 252º | 0.28% | 0.91% | - |
| XYZ | 47.77 | 43.71 | 83.01 | - |
| YUV | 179.3 | 158.31 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 233 | 0.22 | 0.28 | 0 | 0.09 | 252 | 0.6 | 0.79 |
| Hex | B5 | A8 | E9 | 16 | 1C | 0 | 9 | FC | 3C | 4F |
| Octal | 265 | 250 | 351 | 26 | 34 | 0 | 11 | 374 | 74 | 117 |
| Binary | 10110101 | 10101000 | 11101001 | 10110 | 11100 | 0 | 1001 | 11111100 | 111100 | 1001111 |
Color Harmonies of #B5A8E9
Complementary color
Monochromatic Colors of #B5A8E9
Black with #B5A8E9
Text Example
Text Example
White with #B5A8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A8E9; }
p { color: rgb(181,168,233); }
H1.HeaderClassName
{
color: #B5A8E9;
}
.AnyTagClassName
{
color: #B5A8E9;
}
</style>
background-color css
<style>
a { background-color: #B5A8E9; }
a { background-color: rgb(181,168,233); }
div.DivClassName
{
background-color: #B5A8E9;
}
.BgClassName
{
background-color: #B5A8E9;
}
</style>
border-color css
<style>
span { border-color: #B5A8E9; }
span { border-color: rgb(181,168,233); }
td.TdClassName
{
border-color: #B5A8E9;
}
.TagClassName
{
border-color: #B5A8E9;
}
</style>