Shades of Melrose #B9A9EF
Tints of Melrose #B9A9EF
RGB
CMYK
RGB Variations
Color information
#B9A9EF (or 0xB9A9EF) is known color: Melrose. HEX triplet: B9, A9 and EF. RGB value is (185,169,239). Sum of RGB (Red+Green+Blue) = 185+169+239=593 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.20% from 593); Green value is 169 (66.41% from 255 or 28.50% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9A9EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A9EF is #465610. Grayscale: #B5B5B5. Windows color (decimal): -4609553 or 15706553. OLE color: 15706553.
HSL color Cylindrical-coordinate representation of color #B9A9EF: hue angle of 253.71º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9A9EF is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 169 | 239 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.06 |
| HSL | 253.71º | 0.69% | 0.8% | - |
| HSV(B) | 253.71º | 0.29% | 0.94% | - |
| XYZ | 49.78 | 44.92 | 87.71 | - |
| YUV | 181.76 | 160.3 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 169 | 239 | 0.23 | 0.29 | 0 | 0.06 | 253.71 | 0.69 | 0.8 |
| Hex | B9 | A9 | EF | 17 | 1D | 0 | 6 | FE | 45 | 50 |
| Octal | 271 | 251 | 357 | 27 | 35 | 0 | 6 | 376 | 105 | 120 |
| Binary | 10111001 | 10101001 | 11101111 | 10111 | 11101 | 0 | 110 | 11111110 | 1000101 | 1010000 |
Color Harmonies of #B9A9EF
Complementary color
Monochromatic Colors of #B9A9EF
Black with #B9A9EF
Text Example
Text Example
White with #B9A9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A9EF; }
p { color: rgb(185,169,239); }
H1.HeaderClassName
{
color: #B9A9EF;
}
.AnyTagClassName
{
color: #B9A9EF;
}
</style>
background-color css
<style>
a { background-color: #B9A9EF; }
a { background-color: rgb(185,169,239); }
div.DivClassName
{
background-color: #B9A9EF;
}
.BgClassName
{
background-color: #B9A9EF;
}
</style>
border-color css
<style>
span { border-color: #B9A9EF; }
span { border-color: rgb(185,169,239); }
td.TdClassName
{
border-color: #B9A9EF;
}
.TagClassName
{
border-color: #B9A9EF;
}
</style>