Shades of Melrose #B8ACF8
Tints of Melrose #B8ACF8
RGB
CMYK
RGB Variations
Color information
#B8ACF8 (or 0xB8ACF8) is known color: Melrose. HEX triplet: B8, AC and F8. RGB value is (184,172,248). Sum of RGB (Red+Green+Blue) = 184+172+248=604 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.46% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 248 (97.27% from 255 or 41.06% from 604); Max value from RGB is 248 - color contains mainly: blue. Hex color #B8ACF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ACF8 is #475307. Grayscale: #B7B7B7. Windows color (decimal): -4674312 or 16297144. OLE color: 16297144.
HSL color Cylindrical-coordinate representation of color #B8ACF8: hue angle of 249.47º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8ACF8 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 184 | 172 | 248 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.03 |
| HSL | 249.47º | 0.84% | 0.82% | - |
| HSV(B) | 249.47º | 0.31% | 0.97% | - |
| XYZ | 51.46 | 46.47 | 95.06 | - |
| YUV | 184.25 | 163.98 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 172 | 248 | 0.26 | 0.31 | 0 | 0.03 | 249.47 | 0.84 | 0.82 |
| Hex | B8 | AC | F8 | 1A | 1F | 0 | 3 | F9 | 54 | 52 |
| Octal | 270 | 254 | 370 | 32 | 37 | 0 | 3 | 371 | 124 | 122 |
| Binary | 10111000 | 10101100 | 11111000 | 11010 | 11111 | 0 | 11 | 11111001 | 1010100 | 1010010 |
Color Harmonies of #B8ACF8
Complementary color
Monochromatic Colors of #B8ACF8
Black with #B8ACF8
Text Example
Text Example
White with #B8ACF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ACF8; }
p { color: rgb(184,172,248); }
H1.HeaderClassName
{
color: #B8ACF8;
}
.AnyTagClassName
{
color: #B8ACF8;
}
</style>
background-color css
<style>
a { background-color: #B8ACF8; }
a { background-color: rgb(184,172,248); }
div.DivClassName
{
background-color: #B8ACF8;
}
.BgClassName
{
background-color: #B8ACF8;
}
</style>
border-color css
<style>
span { border-color: #B8ACF8; }
span { border-color: rgb(184,172,248); }
td.TdClassName
{
border-color: #B8ACF8;
}
.TagClassName
{
border-color: #B8ACF8;
}
</style>