Shades of Melrose #B7A8EC
Tints of Melrose #B7A8EC
RGB
CMYK
RGB Variations
Color information
#B7A8EC (or 0xB7A8EC) is known color: Melrose. HEX triplet: B7, A8 and EC. RGB value is (183,168,236). Sum of RGB (Red+Green+Blue) = 183+168+236=587 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.18% from 587); Green value is 168 (66.02% from 255 or 28.62% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #B7A8EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A8EC is #485713. Grayscale: #B3B3B3. Windows color (decimal): -4740884 or 15509687. OLE color: 15509687.
HSL color Cylindrical-coordinate representation of color #B7A8EC: hue angle of 253.24º degrees, saturation: 0.64, 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 #B7A8EC is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 168 | 236 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.07 |
| HSL | 253.24º | 0.64% | 0.79% | - |
| HSV(B) | 253.24º | 0.29% | 0.93% | - |
| XYZ | 48.67 | 44.13 | 85.31 | - |
| YUV | 180.24 | 159.47 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 236 | 0.22 | 0.29 | 0 | 0.07 | 253.24 | 0.64 | 0.79 |
| Hex | B7 | A8 | EC | 16 | 1D | 0 | 7 | FD | 40 | 4F |
| Octal | 267 | 250 | 354 | 26 | 35 | 0 | 7 | 375 | 100 | 117 |
| Binary | 10110111 | 10101000 | 11101100 | 10110 | 11101 | 0 | 111 | 11111101 | 1000000 | 1001111 |
Color Harmonies of #B7A8EC
Complementary color
Monochromatic Colors of #B7A8EC
Black with #B7A8EC
Text Example
Text Example
White with #B7A8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A8EC; }
p { color: rgb(183,168,236); }
H1.HeaderClassName
{
color: #B7A8EC;
}
.AnyTagClassName
{
color: #B7A8EC;
}
</style>
background-color css
<style>
a { background-color: #B7A8EC; }
a { background-color: rgb(183,168,236); }
div.DivClassName
{
background-color: #B7A8EC;
}
.BgClassName
{
background-color: #B7A8EC;
}
</style>
border-color css
<style>
span { border-color: #B7A8EC; }
span { border-color: rgb(183,168,236); }
td.TdClassName
{
border-color: #B7A8EC;
}
.TagClassName
{
border-color: #B7A8EC;
}
</style>