Shades of Melrose #B8A2FE
Tints of Melrose #B8A2FE
RGB
CMYK
RGB Variations
Color information
#B8A2FE (or 0xB8A2FE) is known color: Melrose. HEX triplet: B8, A2 and FE. RGB value is (184,162,254). Sum of RGB (Red+Green+Blue) = 184+162+254=600 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.67% from 600); Green value is 162 (63.67% from 255 or 27% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8A2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A2FE is #475D01. Grayscale: #B2B2B2. Windows color (decimal): -4676866 or 16687800. OLE color: 16687800.
HSL color Cylindrical-coordinate representation of color #B8A2FE: hue angle of 254.35º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B8A2FE is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 162 | 254 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.00 |
| HSL | 254.35º | 0.98% | 0.82% | - |
| HSV(B) | 254.35º | 0.36% | 1% | - |
| XYZ | 50.58 | 43.19 | 99.44 | - |
| YUV | 179.07 | 170.29 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 162 | 254 | 0.28 | 0.36 | 0 | 0.00 | 254.35 | 0.98 | 0.82 |
| Hex | B8 | A2 | FE | 1C | 24 | 0 | 0 | FE | 62 | 52 |
| Octal | 270 | 242 | 376 | 34 | 44 | 0 | 0 | 376 | 142 | 122 |
| Binary | 10111000 | 10100010 | 11111110 | 11100 | 100100 | 0 | 0 | 11111110 | 1100010 | 1010010 |
Color Harmonies of #B8A2FE
Complementary color
Monochromatic Colors of #B8A2FE
Black with #B8A2FE
Text Example
Text Example
White with #B8A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A2FE; }
p { color: rgb(184,162,254); }
H1.HeaderClassName
{
color: #B8A2FE;
}
.AnyTagClassName
{
color: #B8A2FE;
}
</style>
background-color css
<style>
a { background-color: #B8A2FE; }
a { background-color: rgb(184,162,254); }
div.DivClassName
{
background-color: #B8A2FE;
}
.BgClassName
{
background-color: #B8A2FE;
}
</style>
border-color css
<style>
span { border-color: #B8A2FE; }
span { border-color: rgb(184,162,254); }
td.TdClassName
{
border-color: #B8A2FE;
}
.TagClassName
{
border-color: #B8A2FE;
}
</style>