Shades of Melrose #B8A6FC
Tints of Melrose #B8A6FC
RGB
CMYK
RGB Variations
Color information
#B8A6FC (or 0xB8A6FC) is known color: Melrose. HEX triplet: B8, A6 and FC. RGB value is (184,166,252). Sum of RGB (Red+Green+Blue) = 184+166+252=602 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.56% from 602); Green value is 166 (65.23% from 255 or 27.57% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #B8A6FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A6FC is #475903. Grayscale: #B4B4B4. Windows color (decimal): -4675844 or 16557752. OLE color: 16557752.
HSL color Cylindrical-coordinate representation of color #B8A6FC: hue angle of 252.56º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8A6FC is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 166 | 252 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.01 |
| HSL | 252.56º | 0.93% | 0.82% | - |
| HSV(B) | 252.56º | 0.34% | 0.99% | - |
| XYZ | 50.97 | 44.49 | 98 | - |
| YUV | 181.19 | 167.96 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 166 | 252 | 0.27 | 0.34 | 0 | 0.01 | 252.56 | 0.93 | 0.82 |
| Hex | B8 | A6 | FC | 1B | 22 | 0 | 1 | FD | 5D | 52 |
| Octal | 270 | 246 | 374 | 33 | 42 | 0 | 1 | 375 | 135 | 122 |
| Binary | 10111000 | 10100110 | 11111100 | 11011 | 100010 | 0 | 1 | 11111101 | 1011101 | 1010010 |
Color Harmonies of #B8A6FC
Complementary color
Monochromatic Colors of #B8A6FC
Black with #B8A6FC
Text Example
Text Example
White with #B8A6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A6FC; }
p { color: rgb(184,166,252); }
H1.HeaderClassName
{
color: #B8A6FC;
}
.AnyTagClassName
{
color: #B8A6FC;
}
</style>
background-color css
<style>
a { background-color: #B8A6FC; }
a { background-color: rgb(184,166,252); }
div.DivClassName
{
background-color: #B8A6FC;
}
.BgClassName
{
background-color: #B8A6FC;
}
</style>
border-color css
<style>
span { border-color: #B8A6FC; }
span { border-color: rgb(184,166,252); }
td.TdClassName
{
border-color: #B8A6FC;
}
.TagClassName
{
border-color: #B8A6FC;
}
</style>