Shades of Melrose #B7ACF5
Tints of Melrose #B7ACF5
RGB
CMYK
RGB Variations
Color information
#B7ACF5 (or 0xB7ACF5) is known color: Melrose. HEX triplet: B7, AC and F5. RGB value is (183,172,245). Sum of RGB (Red+Green+Blue) = 183+172+245=600 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.5% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 245 (96.09% from 255 or 40.83% from 600); Max value from RGB is 245 - color contains mainly: blue. Hex color #B7ACF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7ACF5 is #48530A. Grayscale: #B7B7B7. Windows color (decimal): -4739851 or 16100535. OLE color: 16100535.
HSL color Cylindrical-coordinate representation of color #B7ACF5: hue angle of 249.04º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B7ACF5 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 172 | 245 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.04 |
| HSL | 249.04º | 0.78% | 0.82% | - |
| HSV(B) | 249.04º | 0.3% | 0.96% | - |
| XYZ | 50.76 | 46.16 | 92.62 | - |
| YUV | 183.61 | 162.64 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 172 | 245 | 0.25 | 0.30 | 0 | 0.04 | 249.04 | 0.78 | 0.82 |
| Hex | B7 | AC | F5 | 19 | 1E | 0 | 4 | F9 | 4E | 52 |
| Octal | 267 | 254 | 365 | 31 | 36 | 0 | 4 | 371 | 116 | 122 |
| Binary | 10110111 | 10101100 | 11110101 | 11001 | 11110 | 0 | 100 | 11111001 | 1001110 | 1010010 |
Color Harmonies of #B7ACF5
Complementary color
Monochromatic Colors of #B7ACF5
Black with #B7ACF5
Text Example
Text Example
White with #B7ACF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ACF5; }
p { color: rgb(183,172,245); }
H1.HeaderClassName
{
color: #B7ACF5;
}
.AnyTagClassName
{
color: #B7ACF5;
}
</style>
background-color css
<style>
a { background-color: #B7ACF5; }
a { background-color: rgb(183,172,245); }
div.DivClassName
{
background-color: #B7ACF5;
}
.BgClassName
{
background-color: #B7ACF5;
}
</style>
border-color css
<style>
span { border-color: #B7ACF5; }
span { border-color: rgb(183,172,245); }
td.TdClassName
{
border-color: #B7ACF5;
}
.TagClassName
{
border-color: #B7ACF5;
}
</style>