Shades of Melrose #B8A4EE
Tints of Melrose #B8A4EE
RGB
CMYK
RGB Variations
Color information
#B8A4EE (or 0xB8A4EE) is known color: Melrose. HEX triplet: B8, A4 and EE. RGB value is (184,164,238). Sum of RGB (Red+Green+Blue) = 184+164+238=586 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.40% from 586); Green value is 164 (64.45% from 255 or 27.99% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #B8A4EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A4EE is #475B11. Grayscale: #B2B2B2. Windows color (decimal): -4676370 or 15639736. OLE color: 15639736.
HSL color Cylindrical-coordinate representation of color #B8A4EE: hue angle of 256.22º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8A4EE is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 164 | 238 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.07 |
| HSL | 256.22º | 0.69% | 0.79% | - |
| HSV(B) | 256.22º | 0.31% | 0.93% | - |
| XYZ | 48.48 | 42.91 | 86.62 | - |
| YUV | 178.42 | 161.63 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 164 | 238 | 0.23 | 0.31 | 0 | 0.07 | 256.22 | 0.69 | 0.79 |
| Hex | B8 | A4 | EE | 17 | 1F | 0 | 7 | 100 | 45 | 4F |
| Octal | 270 | 244 | 356 | 27 | 37 | 0 | 7 | 400 | 105 | 117 |
| Binary | 10111000 | 10100100 | 11101110 | 10111 | 11111 | 0 | 111 | 100000000 | 1000101 | 1001111 |
Color Harmonies of #B8A4EE
Complementary color
Monochromatic Colors of #B8A4EE
Black with #B8A4EE
Text Example
Text Example
White with #B8A4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A4EE; }
p { color: rgb(184,164,238); }
H1.HeaderClassName
{
color: #B8A4EE;
}
.AnyTagClassName
{
color: #B8A4EE;
}
</style>
background-color css
<style>
a { background-color: #B8A4EE; }
a { background-color: rgb(184,164,238); }
div.DivClassName
{
background-color: #B8A4EE;
}
.BgClassName
{
background-color: #B8A4EE;
}
</style>
border-color css
<style>
span { border-color: #B8A4EE; }
span { border-color: rgb(184,164,238); }
td.TdClassName
{
border-color: #B8A4EE;
}
.TagClassName
{
border-color: #B8A4EE;
}
</style>