Shades of Melrose #B9A6F0
Tints of Melrose #B9A6F0
RGB
CMYK
RGB Variations
Color information
#B9A6F0 (or 0xB9A6F0) is known color: Melrose. HEX triplet: B9, A6 and F0. RGB value is (185,166,240). Sum of RGB (Red+Green+Blue) = 185+166+240=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 166 (65.23% from 255 or 28.09% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 240 - color contains mainly: blue. Hex color #B9A6F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A6F0 is #46590F. Grayscale: #B3B3B3. Windows color (decimal): -4610320 or 15771321. OLE color: 15771321.
HSL color Cylindrical-coordinate representation of color #B9A6F0: hue angle of 255.41º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9A6F0 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 166 | 240 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.06 |
| HSL | 255.41º | 0.71% | 0.8% | - |
| HSV(B) | 255.41º | 0.31% | 0.94% | - |
| XYZ | 49.37 | 43.88 | 88.31 | - |
| YUV | 180.12 | 161.79 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 166 | 240 | 0.23 | 0.31 | 0 | 0.06 | 255.41 | 0.71 | 0.8 |
| Hex | B9 | A6 | F0 | 17 | 1F | 0 | 6 | FF | 47 | 50 |
| Octal | 271 | 246 | 360 | 27 | 37 | 0 | 6 | 377 | 107 | 120 |
| Binary | 10111001 | 10100110 | 11110000 | 10111 | 11111 | 0 | 110 | 11111111 | 1000111 | 1010000 |
Color Harmonies of #B9A6F0
Complementary color
Monochromatic Colors of #B9A6F0
Black with #B9A6F0
Text Example
Text Example
White with #B9A6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A6F0; }
p { color: rgb(185,166,240); }
H1.HeaderClassName
{
color: #B9A6F0;
}
.AnyTagClassName
{
color: #B9A6F0;
}
</style>
background-color css
<style>
a { background-color: #B9A6F0; }
a { background-color: rgb(185,166,240); }
div.DivClassName
{
background-color: #B9A6F0;
}
.BgClassName
{
background-color: #B9A6F0;
}
</style>
border-color css
<style>
span { border-color: #B9A6F0; }
span { border-color: rgb(185,166,240); }
td.TdClassName
{
border-color: #B9A6F0;
}
.TagClassName
{
border-color: #B9A6F0;
}
</style>