Shades of Melrose #B5A8F1
Tints of Melrose #B5A8F1
RGB
CMYK
RGB Variations
Color information
#B5A8F1 (or 0xB5A8F1) is known color: Melrose. HEX triplet: B5, A8 and F1. RGB value is (181,168,241). Sum of RGB (Red+Green+Blue) = 181+168+241=590 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.68% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #B5A8F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A8F1 is #4A570E. Grayscale: #B3B3B3. Windows color (decimal): -4871951 or 15837365. OLE color: 15837365.
HSL color Cylindrical-coordinate representation of color #B5A8F1: hue angle of 250.68º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5A8F1 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 181 | 168 | 241 | - |
CMYK | 0.25 | 0.30 | 0 | 0.05 |
HSL | 250.68º | 0.72% | 0.8% | - |
HSV(B) | 250.68º | 0.3% | 0.95% | - |
XYZ | 48.94 | 44.18 | 89.17 | - |
YUV | 180.21 | 162.31 | 128.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 168 | 241 | 0.25 | 0.30 | 0 | 0.05 | 250.68 | 0.72 | 0.8 |
Hex | B5 | A8 | F1 | 19 | 1E | 0 | 5 | FB | 48 | 50 |
Octal | 265 | 250 | 361 | 31 | 36 | 0 | 5 | 373 | 110 | 120 |
Binary | 10110101 | 10101000 | 11110001 | 11001 | 11110 | 0 | 101 | 11111011 | 1001000 | 1010000 |
Color Harmonies of #B5A8F1
Complementary color
Monochromatic Colors of #B5A8F1
Black with #B5A8F1
Text Example
Text Example
White with #B5A8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A8F1; }
p { color: rgb(181,168,241); }
H1.HeaderClassName
{
color: #B5A8F1;
}
.AnyTagClassName
{
color: #B5A8F1;
}
</style>
background-color css
<style>
a { background-color: #B5A8F1; }
a { background-color: rgb(181,168,241); }
div.DivClassName
{
background-color: #B5A8F1;
}
.BgClassName
{
background-color: #B5A8F1;
}
</style>
border-color css
<style>
span { border-color: #B5A8F1; }
span { border-color: rgb(181,168,241); }
td.TdClassName
{
border-color: #B5A8F1;
}
.TagClassName
{
border-color: #B5A8F1;
}
</style>