Shades of Melrose #B5A8FB
Tints of Melrose #B5A8FB
RGB
CMYK
RGB Variations
Color information
#B5A8FB (or 0xB5A8FB) is known color: Melrose. HEX triplet: B5, A8 and FB. RGB value is (181,168,251). Sum of RGB (Red+Green+Blue) = 181+168+251=600 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.17% from 600); Green value is 168 (66.02% from 255 or 28% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #B5A8FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A8FB is #4A5704. Grayscale: #B5B5B5. Windows color (decimal): -4871941 or 16492725. OLE color: 16492725.
HSL color Cylindrical-coordinate representation of color #B5A8FB: hue angle of 249.4º degrees, saturation: 0.91, 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 #B5A8FB is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 168 | 251 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.02 |
| HSL | 249.4º | 0.91% | 0.82% | - |
| HSV(B) | 249.4º | 0.33% | 0.98% | - |
| XYZ | 50.47 | 44.79 | 97.25 | - |
| YUV | 181.35 | 167.31 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 251 | 0.28 | 0.33 | 0 | 0.02 | 249.4 | 0.91 | 0.82 |
| Hex | B5 | A8 | FB | 1C | 21 | 0 | 2 | F9 | 5B | 52 |
| Octal | 265 | 250 | 373 | 34 | 41 | 0 | 2 | 371 | 133 | 122 |
| Binary | 10110101 | 10101000 | 11111011 | 11100 | 100001 | 0 | 10 | 11111001 | 1011011 | 1010010 |
Color Harmonies of #B5A8FB
Complementary color
Monochromatic Colors of #B5A8FB
Black with #B5A8FB
Text Example
Text Example
White with #B5A8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A8FB; }
p { color: rgb(181,168,251); }
H1.HeaderClassName
{
color: #B5A8FB;
}
.AnyTagClassName
{
color: #B5A8FB;
}
</style>
background-color css
<style>
a { background-color: #B5A8FB; }
a { background-color: rgb(181,168,251); }
div.DivClassName
{
background-color: #B5A8FB;
}
.BgClassName
{
background-color: #B5A8FB;
}
</style>
border-color css
<style>
span { border-color: #B5A8FB; }
span { border-color: rgb(181,168,251); }
td.TdClassName
{
border-color: #B5A8FB;
}
.TagClassName
{
border-color: #B5A8FB;
}
</style>