Shades of Melrose #B9ACF4
Tints of Melrose #B9ACF4
RGB
CMYK
RGB Variations
Color information
#B9ACF4 (or 0xB9ACF4) is known color: Melrose. HEX triplet: B9, AC and F4. RGB value is (185,172,244). Sum of RGB (Red+Green+Blue) = 185+172+244=601 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.78% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 244 (95.70% from 255 or 40.60% from 601); Max value from RGB is 244 - color contains mainly: blue. Hex color #B9ACF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ACF4 is #46530B. Grayscale: #B7B7B7. Windows color (decimal): -4608780 or 16035001. OLE color: 16035001.
HSL color Cylindrical-coordinate representation of color #B9ACF4: hue angle of 250.83º 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 #B9ACF4 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 172 | 244 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.04 |
| HSL | 250.83º | 0.77% | 0.82% | - |
| HSV(B) | 250.83º | 0.3% | 0.96% | - |
| XYZ | 51.09 | 46.35 | 91.84 | - |
| YUV | 184.1 | 161.81 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 172 | 244 | 0.24 | 0.30 | 0 | 0.04 | 250.83 | 0.77 | 0.82 |
| Hex | B9 | AC | F4 | 18 | 1E | 0 | 4 | FB | 4D | 52 |
| Octal | 271 | 254 | 364 | 30 | 36 | 0 | 4 | 373 | 115 | 122 |
| Binary | 10111001 | 10101100 | 11110100 | 11000 | 11110 | 0 | 100 | 11111011 | 1001101 | 1010010 |
Color Harmonies of #B9ACF4
Complementary color
Monochromatic Colors of #B9ACF4
Black with #B9ACF4
Text Example
Text Example
White with #B9ACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ACF4; }
p { color: rgb(185,172,244); }
H1.HeaderClassName
{
color: #B9ACF4;
}
.AnyTagClassName
{
color: #B9ACF4;
}
</style>
background-color css
<style>
a { background-color: #B9ACF4; }
a { background-color: rgb(185,172,244); }
div.DivClassName
{
background-color: #B9ACF4;
}
.BgClassName
{
background-color: #B9ACF4;
}
</style>
border-color css
<style>
span { border-color: #B9ACF4; }
span { border-color: rgb(185,172,244); }
td.TdClassName
{
border-color: #B9ACF4;
}
.TagClassName
{
border-color: #B9ACF4;
}
</style>