Shades of Melrose #B8A8EA
Tints of Melrose #B8A8EA
RGB
CMYK
RGB Variations
Color information
#B8A8EA (or 0xB8A8EA) is known color: Melrose. HEX triplet: B8, A8 and EA. RGB value is (184,168,234). Sum of RGB (Red+Green+Blue) = 184+168+234=586 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.40% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8A8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A8EA is #475715. Grayscale: #B4B4B4. Windows color (decimal): -4675350 or 15378616. OLE color: 15378616.
HSL color Cylindrical-coordinate representation of color #B8A8EA: hue angle of 254.55º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8A8EA is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 168 | 234 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.08 |
| HSL | 254.55º | 0.61% | 0.79% | - |
| HSV(B) | 254.55º | 0.28% | 0.92% | - |
| XYZ | 48.62 | 44.14 | 83.8 | - |
| YUV | 180.31 | 158.3 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 168 | 234 | 0.21 | 0.28 | 0 | 0.08 | 254.55 | 0.61 | 0.79 |
| Hex | B8 | A8 | EA | 15 | 1C | 0 | 8 | FF | 3D | 4F |
| Octal | 270 | 250 | 352 | 25 | 34 | 0 | 10 | 377 | 75 | 117 |
| Binary | 10111000 | 10101000 | 11101010 | 10101 | 11100 | 0 | 1000 | 11111111 | 111101 | 1001111 |
Color Harmonies of #B8A8EA
Complementary color
Monochromatic Colors of #B8A8EA
Black with #B8A8EA
Text Example
Text Example
White with #B8A8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A8EA; }
p { color: rgb(184,168,234); }
H1.HeaderClassName
{
color: #B8A8EA;
}
.AnyTagClassName
{
color: #B8A8EA;
}
</style>
background-color css
<style>
a { background-color: #B8A8EA; }
a { background-color: rgb(184,168,234); }
div.DivClassName
{
background-color: #B8A8EA;
}
.BgClassName
{
background-color: #B8A8EA;
}
</style>
border-color css
<style>
span { border-color: #B8A8EA; }
span { border-color: rgb(184,168,234); }
td.TdClassName
{
border-color: #B8A8EA;
}
.TagClassName
{
border-color: #B8A8EA;
}
</style>