Shades of Melrose #B5A8F7
Tints of Melrose #B5A8F7
RGB
CMYK
RGB Variations
Color information
#B5A8F7 (or 0xB5A8F7) is known color: Melrose. HEX triplet: B5, A8 and F7. RGB value is (181,168,247). Sum of RGB (Red+Green+Blue) = 181+168+247=596 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.37% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 247 (96.88% from 255 or 41.44% from 596); Max value from RGB is 247 - color contains mainly: blue. Hex color #B5A8F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A8F7 is #4A5708. Grayscale: #B4B4B4. Windows color (decimal): -4871945 or 16230581. OLE color: 16230581.
HSL color Cylindrical-coordinate representation of color #B5A8F7: hue angle of 249.87º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5A8F7 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 181 | 168 | 247 | - |
CMYK | 0.27 | 0.32 | 0 | 0.03 |
HSL | 249.87º | 0.83% | 0.81% | - |
HSV(B) | 249.87º | 0.32% | 0.97% | - |
XYZ | 49.85 | 44.54 | 93.97 | - |
YUV | 180.89 | 165.31 | 128.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 168 | 247 | 0.27 | 0.32 | 0 | 0.03 | 249.87 | 0.83 | 0.81 |
Hex | B5 | A8 | F7 | 1B | 20 | 0 | 3 | FA | 53 | 51 |
Octal | 265 | 250 | 367 | 33 | 40 | 0 | 3 | 372 | 123 | 121 |
Binary | 10110101 | 10101000 | 11110111 | 11011 | 100000 | 0 | 11 | 11111010 | 1010011 | 1010001 |
Color Harmonies of #B5A8F7
Complementary color
Monochromatic Colors of #B5A8F7
Black with #B5A8F7
Text Example
Text Example
White with #B5A8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A8F7; }
p { color: rgb(181,168,247); }
H1.HeaderClassName
{
color: #B5A8F7;
}
.AnyTagClassName
{
color: #B5A8F7;
}
</style>
background-color css
<style>
a { background-color: #B5A8F7; }
a { background-color: rgb(181,168,247); }
div.DivClassName
{
background-color: #B5A8F7;
}
.BgClassName
{
background-color: #B5A8F7;
}
</style>
border-color css
<style>
span { border-color: #B5A8F7; }
span { border-color: rgb(181,168,247); }
td.TdClassName
{
border-color: #B5A8F7;
}
.TagClassName
{
border-color: #B5A8F7;
}
</style>