Shades of Melrose #B9A5F0
Tints of Melrose #B9A5F0
RGB
CMYK
RGB Variations
Color information
#B9A5F0 (or 0xB9A5F0) is known color: Melrose. HEX triplet: B9, A5 and F0. RGB value is (185,165,240). Sum of RGB (Red+Green+Blue) = 185+165+240=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 165 (64.84% from 255 or 27.97% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #B9A5F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A5F0 is #465A0F. Grayscale: #B3B3B3. Windows color (decimal): -4610576 or 15771065. OLE color: 15771065.
HSL color Cylindrical-coordinate representation of color #B9A5F0: hue angle of 256º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9A5F0 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 165 | 240 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.06 |
| HSL | 256º | 0.71% | 0.79% | - |
| HSV(B) | 256º | 0.31% | 0.94% | - |
| XYZ | 49.19 | 43.52 | 88.24 | - |
| YUV | 179.53 | 162.13 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 165 | 240 | 0.23 | 0.31 | 0 | 0.06 | 256 | 0.71 | 0.79 |
| Hex | B9 | A5 | F0 | 17 | 1F | 0 | 6 | 100 | 47 | 4F |
| Octal | 271 | 245 | 360 | 27 | 37 | 0 | 6 | 400 | 107 | 117 |
| Binary | 10111001 | 10100101 | 11110000 | 10111 | 11111 | 0 | 110 | 100000000 | 1000111 | 1001111 |
Color Harmonies of #B9A5F0
Complementary color
Monochromatic Colors of #B9A5F0
Black with #B9A5F0
Text Example
Text Example
White with #B9A5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A5F0; }
p { color: rgb(185,165,240); }
H1.HeaderClassName
{
color: #B9A5F0;
}
.AnyTagClassName
{
color: #B9A5F0;
}
</style>
background-color css
<style>
a { background-color: #B9A5F0; }
a { background-color: rgb(185,165,240); }
div.DivClassName
{
background-color: #B9A5F0;
}
.BgClassName
{
background-color: #B9A5F0;
}
</style>
border-color css
<style>
span { border-color: #B9A5F0; }
span { border-color: rgb(185,165,240); }
td.TdClassName
{
border-color: #B9A5F0;
}
.TagClassName
{
border-color: #B9A5F0;
}
</style>