Shades of Melrose #B9A6FF
Tints of Melrose #B9A6FF
RGB
CMYK
RGB Variations
Color information
#B9A6FF (or 0xB9A6FF) is known color: Melrose. HEX triplet: B9, A6 and FF. RGB value is (185,166,255). Sum of RGB (Red+Green+Blue) = 185+166+255=606 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.53% from 606); Green value is 166 (65.23% from 255 or 27.39% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9A6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A6FF is #465900. Grayscale: #B5B5B5. Windows color (decimal): -4610305 or 16754361. OLE color: 16754361.
HSL color Cylindrical-coordinate representation of color #B9A6FF: hue angle of 252.81º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B9A6FF is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 166 | 255 | - |
| CMYK | 0.27 | 0.35 | 0 | 0 |
| HSL | 252.81º | 1% | 0.83% | - |
| HSV(B) | 252.81º | 0.35% | 1% | - |
| XYZ | 51.69 | 44.81 | 100.53 | - |
| YUV | 181.83 | 169.29 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 166 | 255 | 0.27 | 0.35 | 0 | 0 | 252.81 | 1 | 0.83 |
| Hex | B9 | A6 | FF | 1B | 23 | 0 | 0 | FD | 64 | 53 |
| Octal | 271 | 246 | 377 | 33 | 43 | 0 | 0 | 375 | 144 | 123 |
| Binary | 10111001 | 10100110 | 11111111 | 11011 | 100011 | 0 | 0 | 11111101 | 1100100 | 1010011 |
Color Harmonies of #B9A6FF
Complementary color
Monochromatic Colors of #B9A6FF
Black with #B9A6FF
Text Example
Text Example
White with #B9A6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A6FF; }
p { color: rgb(185,166,255); }
H1.HeaderClassName
{
color: #B9A6FF;
}
.AnyTagClassName
{
color: #B9A6FF;
}
</style>
background-color css
<style>
a { background-color: #B9A6FF; }
a { background-color: rgb(185,166,255); }
div.DivClassName
{
background-color: #B9A6FF;
}
.BgClassName
{
background-color: #B9A6FF;
}
</style>
border-color css
<style>
span { border-color: #B9A6FF; }
span { border-color: rgb(185,166,255); }
td.TdClassName
{
border-color: #B9A6FF;
}
.TagClassName
{
border-color: #B9A6FF;
}
</style>