Shades of Melrose #B5A8EF
Tints of Melrose #B5A8EF
RGB
CMYK
RGB Variations
Color information
#B5A8EF (or 0xB5A8EF) is known color: Melrose. HEX triplet: B5, A8 and EF. RGB value is (181,168,239). Sum of RGB (Red+Green+Blue) = 181+168+239=588 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.78% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5A8EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A8EF is #4A5710. Grayscale: #B3B3B3. Windows color (decimal): -4871953 or 15706293. OLE color: 15706293.
HSL color Cylindrical-coordinate representation of color #B5A8EF: hue angle of 250.99º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5A8EF is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 168 | 239 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.06 |
| HSL | 250.99º | 0.69% | 0.8% | - |
| HSV(B) | 250.99º | 0.3% | 0.94% | - |
| XYZ | 48.64 | 44.06 | 87.6 | - |
| YUV | 179.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 239 | 0.24 | 0.30 | 0 | 0.06 | 250.99 | 0.69 | 0.8 |
| Hex | B5 | A8 | EF | 18 | 1E | 0 | 6 | FB | 45 | 50 |
| Octal | 265 | 250 | 357 | 30 | 36 | 0 | 6 | 373 | 105 | 120 |
| Binary | 10110101 | 10101000 | 11101111 | 11000 | 11110 | 0 | 110 | 11111011 | 1000101 | 1010000 |
Color Harmonies of #B5A8EF
Complementary color
Monochromatic Colors of #B5A8EF
Black with #B5A8EF
Text Example
Text Example
White with #B5A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A8EF; }
p { color: rgb(181,168,239); }
H1.HeaderClassName
{
color: #B5A8EF;
}
.AnyTagClassName
{
color: #B5A8EF;
}
</style>
background-color css
<style>
a { background-color: #B5A8EF; }
a { background-color: rgb(181,168,239); }
div.DivClassName
{
background-color: #B5A8EF;
}
.BgClassName
{
background-color: #B5A8EF;
}
</style>
border-color css
<style>
span { border-color: #B5A8EF; }
span { border-color: rgb(181,168,239); }
td.TdClassName
{
border-color: #B5A8EF;
}
.TagClassName
{
border-color: #B5A8EF;
}
</style>