Shades of Melrose #B8ACFE
Tints of Melrose #B8ACFE
RGB
CMYK
RGB Variations
Color information
#B8ACFE (or 0xB8ACFE) is known color: Melrose. HEX triplet: B8, AC and FE. RGB value is (184,172,254). Sum of RGB (Red+Green+Blue) = 184+172+254=610 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.16% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ACFE is #475301. Grayscale: #B8B8B8. Windows color (decimal): -4674306 or 16690360. OLE color: 16690360.
HSL color Cylindrical-coordinate representation of color #B8ACFE: hue angle of 248.78º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B8ACFE is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 172 | 254 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.00 |
| HSL | 248.78º | 0.98% | 0.84% | - |
| HSV(B) | 248.78º | 0.32% | 1% | - |
| XYZ | 52.41 | 46.85 | 100.05 | - |
| YUV | 184.94 | 166.98 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 172 | 254 | 0.28 | 0.32 | 0 | 0.00 | 248.78 | 0.98 | 0.84 |
| Hex | B8 | AC | FE | 1C | 20 | 0 | 0 | F9 | 62 | 54 |
| Octal | 270 | 254 | 376 | 34 | 40 | 0 | 0 | 371 | 142 | 124 |
| Binary | 10111000 | 10101100 | 11111110 | 11100 | 100000 | 0 | 0 | 11111001 | 1100010 | 1010100 |
Color Harmonies of #B8ACFE
Complementary color
Monochromatic Colors of #B8ACFE
Black with #B8ACFE
Text Example
Text Example
White with #B8ACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ACFE; }
p { color: rgb(184,172,254); }
H1.HeaderClassName
{
color: #B8ACFE;
}
.AnyTagClassName
{
color: #B8ACFE;
}
</style>
background-color css
<style>
a { background-color: #B8ACFE; }
a { background-color: rgb(184,172,254); }
div.DivClassName
{
background-color: #B8ACFE;
}
.BgClassName
{
background-color: #B8ACFE;
}
</style>
border-color css
<style>
span { border-color: #B8ACFE; }
span { border-color: rgb(184,172,254); }
td.TdClassName
{
border-color: #B8ACFE;
}
.TagClassName
{
border-color: #B8ACFE;
}
</style>