Shades of Melrose #B5A8ED
Tints of Melrose #B5A8ED
RGB
CMYK
RGB Variations
Color information
#B5A8ED (or 0xB5A8ED) is known color: Melrose. HEX triplet: B5, A8 and ED. RGB value is (181,168,237). Sum of RGB (Red+Green+Blue) = 181+168+237=586 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.89% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #B5A8ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A8ED is #4A5712. Grayscale: #B3B3B3. Windows color (decimal): -4871955 or 15575221. OLE color: 15575221.
HSL color Cylindrical-coordinate representation of color #B5A8ED: hue angle of 251.3º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5A8ED is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 168 | 237 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.07 |
| HSL | 251.3º | 0.66% | 0.79% | - |
| HSV(B) | 251.3º | 0.29% | 0.93% | - |
| XYZ | 48.34 | 43.94 | 86.05 | - |
| YUV | 179.75 | 160.31 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 237 | 0.24 | 0.29 | 0 | 0.07 | 251.3 | 0.66 | 0.79 |
| Hex | B5 | A8 | ED | 18 | 1D | 0 | 7 | FB | 42 | 4F |
| Octal | 265 | 250 | 355 | 30 | 35 | 0 | 7 | 373 | 102 | 117 |
| Binary | 10110101 | 10101000 | 11101101 | 11000 | 11101 | 0 | 111 | 11111011 | 1000010 | 1001111 |
Color Harmonies of #B5A8ED
Complementary color
Monochromatic Colors of #B5A8ED
Black with #B5A8ED
Text Example
Text Example
White with #B5A8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A8ED; }
p { color: rgb(181,168,237); }
H1.HeaderClassName
{
color: #B5A8ED;
}
.AnyTagClassName
{
color: #B5A8ED;
}
</style>
background-color css
<style>
a { background-color: #B5A8ED; }
a { background-color: rgb(181,168,237); }
div.DivClassName
{
background-color: #B5A8ED;
}
.BgClassName
{
background-color: #B5A8ED;
}
</style>
border-color css
<style>
span { border-color: #B5A8ED; }
span { border-color: rgb(181,168,237); }
td.TdClassName
{
border-color: #B5A8ED;
}
.TagClassName
{
border-color: #B5A8ED;
}
</style>