Shades of Melrose #B8A8EC
Tints of Melrose #B8A8EC
RGB
CMYK
RGB Variations
Color information
#B8A8EC (or 0xB8A8EC) is known color: Melrose. HEX triplet: B8, A8 and EC. RGB value is (184,168,236). Sum of RGB (Red+Green+Blue) = 184+168+236=588 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.29% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8A8EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A8EC is #475713. Grayscale: #B4B4B4. Windows color (decimal): -4675348 or 15509688. OLE color: 15509688.
HSL color Cylindrical-coordinate representation of color #B8A8EC: hue angle of 254.12º 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 #B8A8EC is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 168 | 236 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.07 |
| HSL | 254.12º | 0.64% | 0.79% | - |
| HSV(B) | 254.12º | 0.29% | 0.93% | - |
| XYZ | 48.91 | 44.25 | 85.32 | - |
| YUV | 180.54 | 159.3 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 168 | 236 | 0.22 | 0.29 | 0 | 0.07 | 254.12 | 0.64 | 0.79 |
| Hex | B8 | A8 | EC | 16 | 1D | 0 | 7 | FE | 40 | 4F |
| Octal | 270 | 250 | 354 | 26 | 35 | 0 | 7 | 376 | 100 | 117 |
| Binary | 10111000 | 10101000 | 11101100 | 10110 | 11101 | 0 | 111 | 11111110 | 1000000 | 1001111 |
Color Harmonies of #B8A8EC
Complementary color
Monochromatic Colors of #B8A8EC
Black with #B8A8EC
Text Example
Text Example
White with #B8A8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A8EC; }
p { color: rgb(184,168,236); }
H1.HeaderClassName
{
color: #B8A8EC;
}
.AnyTagClassName
{
color: #B8A8EC;
}
</style>
background-color css
<style>
a { background-color: #B8A8EC; }
a { background-color: rgb(184,168,236); }
div.DivClassName
{
background-color: #B8A8EC;
}
.BgClassName
{
background-color: #B8A8EC;
}
</style>
border-color css
<style>
span { border-color: #B8A8EC; }
span { border-color: rgb(184,168,236); }
td.TdClassName
{
border-color: #B8A8EC;
}
.TagClassName
{
border-color: #B8A8EC;
}
</style>