Shades of Melrose #B9A6EF
Tints of Melrose #B9A6EF
RGB
CMYK
RGB Variations
Color information
#B9A6EF (or 0xB9A6EF) is known color: Melrose. HEX triplet: B9, A6 and EF. RGB value is (185,166,239). Sum of RGB (Red+Green+Blue) = 185+166+239=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9A6EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A6EF is #465910. Grayscale: #B3B3B3. Windows color (decimal): -4610321 or 15705785. OLE color: 15705785.
HSL color Cylindrical-coordinate representation of color #B9A6EF: hue angle of 255.62º degrees, saturation: 0.7, 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 #B9A6EF is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 166 | 239 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.06 |
| HSL | 255.62º | 0.7% | 0.79% | - |
| HSV(B) | 255.62º | 0.31% | 0.94% | - |
| XYZ | 49.22 | 43.82 | 87.52 | - |
| YUV | 180 | 161.29 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 166 | 239 | 0.23 | 0.31 | 0 | 0.06 | 255.62 | 0.7 | 0.79 |
| Hex | B9 | A6 | EF | 17 | 1F | 0 | 6 | 100 | 46 | 4F |
| Octal | 271 | 246 | 357 | 27 | 37 | 0 | 6 | 400 | 106 | 117 |
| Binary | 10111001 | 10100110 | 11101111 | 10111 | 11111 | 0 | 110 | 100000000 | 1000110 | 1001111 |
Color Harmonies of #B9A6EF
Complementary color
Monochromatic Colors of #B9A6EF
Black with #B9A6EF
Text Example
Text Example
White with #B9A6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A6EF; }
p { color: rgb(185,166,239); }
H1.HeaderClassName
{
color: #B9A6EF;
}
.AnyTagClassName
{
color: #B9A6EF;
}
</style>
background-color css
<style>
a { background-color: #B9A6EF; }
a { background-color: rgb(185,166,239); }
div.DivClassName
{
background-color: #B9A6EF;
}
.BgClassName
{
background-color: #B9A6EF;
}
</style>
border-color css
<style>
span { border-color: #B9A6EF; }
span { border-color: rgb(185,166,239); }
td.TdClassName
{
border-color: #B9A6EF;
}
.TagClassName
{
border-color: #B9A6EF;
}
</style>