Shades of Melrose #B5A8FA
Tints of Melrose #B5A8FA
RGB
CMYK
RGB Variations
Color information
#B5A8FA (or 0xB5A8FA) is known color: Melrose. HEX triplet: B5, A8 and FA. RGB value is (181,168,250). Sum of RGB (Red+Green+Blue) = 181+168+250=599 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.22% from 599); Green value is 168 (66.02% from 255 or 28.05% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #B5A8FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A8FA is #4A5705. Grayscale: #B4B4B4. Windows color (decimal): -4871942 or 16427189. OLE color: 16427189.
HSL color Cylindrical-coordinate representation of color #B5A8FA: hue angle of 249.51º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5A8FA is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 181 | 168 | 250 | - |
CMYK | 0.28 | 0.33 | 0 | 0.02 |
HSL | 249.51º | 0.89% | 0.82% | - |
HSV(B) | 249.51º | 0.33% | 0.98% | - |
XYZ | 50.31 | 44.73 | 96.42 | - |
YUV | 181.24 | 166.81 | 127.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 168 | 250 | 0.28 | 0.33 | 0 | 0.02 | 249.51 | 0.89 | 0.82 |
Hex | B5 | A8 | FA | 1C | 21 | 0 | 2 | FA | 59 | 52 |
Octal | 265 | 250 | 372 | 34 | 41 | 0 | 2 | 372 | 131 | 122 |
Binary | 10110101 | 10101000 | 11111010 | 11100 | 100001 | 0 | 10 | 11111010 | 1011001 | 1010010 |
Color Harmonies of #B5A8FA
Complementary color
Monochromatic Colors of #B5A8FA
Black with #B5A8FA
Text Example
Text Example
White with #B5A8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A8FA; }
p { color: rgb(181,168,250); }
H1.HeaderClassName
{
color: #B5A8FA;
}
.AnyTagClassName
{
color: #B5A8FA;
}
</style>
background-color css
<style>
a { background-color: #B5A8FA; }
a { background-color: rgb(181,168,250); }
div.DivClassName
{
background-color: #B5A8FA;
}
.BgClassName
{
background-color: #B5A8FA;
}
</style>
border-color css
<style>
span { border-color: #B5A8FA; }
span { border-color: rgb(181,168,250); }
td.TdClassName
{
border-color: #B5A8FA;
}
.TagClassName
{
border-color: #B5A8FA;
}
</style>