Shades of Melrose #B9A2FB
Tints of Melrose #B9A2FB
RGB
CMYK
RGB Variations
Color information
#B9A2FB (or 0xB9A2FB) is known color: Melrose. HEX triplet: B9, A2 and FB. RGB value is (185,162,251). Sum of RGB (Red+Green+Blue) = 185+162+251=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 162 (63.67% from 255 or 27.09% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #B9A2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A2FB is #465D04. Grayscale: #B2B2B2. Windows color (decimal): -4611333 or 16491193. OLE color: 16491193.
HSL color Cylindrical-coordinate representation of color #B9A2FB: hue angle of 255.51º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B9A2FB is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 162 | 251 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.02 |
| HSL | 255.51º | 0.92% | 0.81% | - |
| HSV(B) | 255.51º | 0.35% | 0.98% | - |
| XYZ | 50.34 | 43.12 | 96.94 | - |
| YUV | 179.02 | 168.62 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 162 | 251 | 0.26 | 0.35 | 0 | 0.02 | 255.51 | 0.92 | 0.81 |
| Hex | B9 | A2 | FB | 1A | 23 | 0 | 2 | 100 | 5C | 51 |
| Octal | 271 | 242 | 373 | 32 | 43 | 0 | 2 | 400 | 134 | 121 |
| Binary | 10111001 | 10100010 | 11111011 | 11010 | 100011 | 0 | 10 | 100000000 | 1011100 | 1010001 |
Color Harmonies of #B9A2FB
Complementary color
Monochromatic Colors of #B9A2FB
Black with #B9A2FB
Text Example
Text Example
White with #B9A2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A2FB; }
p { color: rgb(185,162,251); }
H1.HeaderClassName
{
color: #B9A2FB;
}
.AnyTagClassName
{
color: #B9A2FB;
}
</style>
background-color css
<style>
a { background-color: #B9A2FB; }
a { background-color: rgb(185,162,251); }
div.DivClassName
{
background-color: #B9A2FB;
}
.BgClassName
{
background-color: #B9A2FB;
}
</style>
border-color css
<style>
span { border-color: #B9A2FB; }
span { border-color: rgb(185,162,251); }
td.TdClassName
{
border-color: #B9A2FB;
}
.TagClassName
{
border-color: #B9A2FB;
}
</style>