Shades of Melrose #B9AAF4
Tints of Melrose #B9AAF4
RGB
CMYK
RGB Variations
Color information
#B9AAF4 (or 0xB9AAF4) is known color: Melrose. HEX triplet: B9, AA and F4. RGB value is (185,170,244). Sum of RGB (Red+Green+Blue) = 185+170+244=599 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.88% from 599); Green value is 170 (66.80% from 255 or 28.38% 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 #B9AAF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AAF4 is #46550B. Grayscale: #B6B6B6. Windows color (decimal): -4609292 or 16034489. OLE color: 16034489.
HSL color Cylindrical-coordinate representation of color #B9AAF4: hue angle of 252.16º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9AAF4 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 170 | 244 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.04 |
| HSL | 252.16º | 0.77% | 0.81% | - |
| HSV(B) | 252.16º | 0.3% | 0.96% | - |
| XYZ | 50.71 | 45.6 | 91.72 | - |
| YUV | 182.92 | 162.47 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 170 | 244 | 0.24 | 0.30 | 0 | 0.04 | 252.16 | 0.77 | 0.81 |
| Hex | B9 | AA | F4 | 18 | 1E | 0 | 4 | FC | 4D | 51 |
| Octal | 271 | 252 | 364 | 30 | 36 | 0 | 4 | 374 | 115 | 121 |
| Binary | 10111001 | 10101010 | 11110100 | 11000 | 11110 | 0 | 100 | 11111100 | 1001101 | 1010001 |
Color Harmonies of #B9AAF4
Complementary color
Monochromatic Colors of #B9AAF4
Black with #B9AAF4
Text Example
Text Example
White with #B9AAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AAF4; }
p { color: rgb(185,170,244); }
H1.HeaderClassName
{
color: #B9AAF4;
}
.AnyTagClassName
{
color: #B9AAF4;
}
</style>
background-color css
<style>
a { background-color: #B9AAF4; }
a { background-color: rgb(185,170,244); }
div.DivClassName
{
background-color: #B9AAF4;
}
.BgClassName
{
background-color: #B9AAF4;
}
</style>
border-color css
<style>
span { border-color: #B9AAF4; }
span { border-color: rgb(185,170,244); }
td.TdClassName
{
border-color: #B9AAF4;
}
.TagClassName
{
border-color: #B9AAF4;
}
</style>