Shades of Melrose #B8A7F2
Tints of Melrose #B8A7F2
RGB
CMYK
RGB Variations
Color information
#B8A7F2 (or 0xB8A7F2) is known color: Melrose. HEX triplet: B8, A7 and F2. RGB value is (184,167,242). Sum of RGB (Red+Green+Blue) = 184+167+242=593 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.03% from 593); Green value is 167 (65.62% from 255 or 28.16% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #B8A7F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A7F2 is #47580D. Grayscale: #B4B4B4. Windows color (decimal): -4675598 or 15902648. OLE color: 15902648.
HSL color Cylindrical-coordinate representation of color #B8A7F2: hue angle of 253.6º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8A7F2 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 167 | 242 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.05 |
| HSL | 253.6º | 0.74% | 0.8% | - |
| HSV(B) | 253.6º | 0.31% | 0.95% | - |
| XYZ | 49.61 | 44.24 | 89.93 | - |
| YUV | 180.63 | 162.63 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 167 | 242 | 0.24 | 0.31 | 0 | 0.05 | 253.6 | 0.74 | 0.8 |
| Hex | B8 | A7 | F2 | 18 | 1F | 0 | 5 | FE | 4A | 50 |
| Octal | 270 | 247 | 362 | 30 | 37 | 0 | 5 | 376 | 112 | 120 |
| Binary | 10111000 | 10100111 | 11110010 | 11000 | 11111 | 0 | 101 | 11111110 | 1001010 | 1010000 |
Color Harmonies of #B8A7F2
Complementary color
Monochromatic Colors of #B8A7F2
Black with #B8A7F2
Text Example
Text Example
White with #B8A7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A7F2; }
p { color: rgb(184,167,242); }
H1.HeaderClassName
{
color: #B8A7F2;
}
.AnyTagClassName
{
color: #B8A7F2;
}
</style>
background-color css
<style>
a { background-color: #B8A7F2; }
a { background-color: rgb(184,167,242); }
div.DivClassName
{
background-color: #B8A7F2;
}
.BgClassName
{
background-color: #B8A7F2;
}
</style>
border-color css
<style>
span { border-color: #B8A7F2; }
span { border-color: rgb(184,167,242); }
td.TdClassName
{
border-color: #B8A7F2;
}
.TagClassName
{
border-color: #B8A7F2;
}
</style>