Shades of Melrose #B7ACF4
Tints of Melrose #B7ACF4
RGB
CMYK
RGB Variations
Color information
#B7ACF4 (or 0xB7ACF4) is known color: Melrose. HEX triplet: B7, AC and F4. RGB value is (183,172,244). Sum of RGB (Red+Green+Blue) = 183+172+244=599 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.55% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 244 (95.70% from 255 or 40.73% from 599); Max value from RGB is 244 - color contains mainly: blue. Hex color #B7ACF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7ACF4 is #48530B. Grayscale: #B7B7B7. Windows color (decimal): -4739852 or 16034999. OLE color: 16034999.
HSL color Cylindrical-coordinate representation of color #B7ACF4: hue angle of 249.17º degrees, saturation: 0.77, 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 #B7ACF4 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 172 | 244 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.04 |
| HSL | 249.17º | 0.77% | 0.82% | - |
| HSV(B) | 249.17º | 0.3% | 0.96% | - |
| XYZ | 50.61 | 46.1 | 91.82 | - |
| YUV | 183.5 | 162.14 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 172 | 244 | 0.25 | 0.30 | 0 | 0.04 | 249.17 | 0.77 | 0.82 |
| Hex | B7 | AC | F4 | 19 | 1E | 0 | 4 | F9 | 4D | 52 |
| Octal | 267 | 254 | 364 | 31 | 36 | 0 | 4 | 371 | 115 | 122 |
| Binary | 10110111 | 10101100 | 11110100 | 11001 | 11110 | 0 | 100 | 11111001 | 1001101 | 1010010 |
Color Harmonies of #B7ACF4
Complementary color
Monochromatic Colors of #B7ACF4
Black with #B7ACF4
Text Example
Text Example
White with #B7ACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ACF4; }
p { color: rgb(183,172,244); }
H1.HeaderClassName
{
color: #B7ACF4;
}
.AnyTagClassName
{
color: #B7ACF4;
}
</style>
background-color css
<style>
a { background-color: #B7ACF4; }
a { background-color: rgb(183,172,244); }
div.DivClassName
{
background-color: #B7ACF4;
}
.BgClassName
{
background-color: #B7ACF4;
}
</style>
border-color css
<style>
span { border-color: #B7ACF4; }
span { border-color: rgb(183,172,244); }
td.TdClassName
{
border-color: #B7ACF4;
}
.TagClassName
{
border-color: #B7ACF4;
}
</style>