Shades of Melrose #B9A8E8
Tints of Melrose #B9A8E8
RGB
CMYK
RGB Variations
Color information
#B9A8E8 (or 0xB9A8E8) is known color: Melrose. HEX triplet: B9, A8 and E8. RGB value is (185,168,232). Sum of RGB (Red+Green+Blue) = 185+168+232=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 232 (91.02% from 255 or 39.66% from 585); Max value from RGB is 232 - color contains mainly: blue. Hex color #B9A8E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A8E8 is #465717. Grayscale: #B4B4B4. Windows color (decimal): -4609816 or 15247545. OLE color: 15247545.
HSL color Cylindrical-coordinate representation of color #B9A8E8: hue angle of 255.94º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9A8E8 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 168 | 232 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.09 |
| HSL | 255.94º | 0.58% | 0.78% | - |
| HSV(B) | 255.94º | 0.28% | 0.91% | - |
| XYZ | 48.58 | 44.15 | 82.3 | - |
| YUV | 180.38 | 157.13 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 168 | 232 | 0.20 | 0.28 | 0 | 0.09 | 255.94 | 0.58 | 0.78 |
| Hex | B9 | A8 | E8 | 14 | 1C | 0 | 9 | 100 | 3A | 4E |
| Octal | 271 | 250 | 350 | 24 | 34 | 0 | 11 | 400 | 72 | 116 |
| Binary | 10111001 | 10101000 | 11101000 | 10100 | 11100 | 0 | 1001 | 100000000 | 111010 | 1001110 |
Color Harmonies of #B9A8E8
Complementary color
Monochromatic Colors of #B9A8E8
Black with #B9A8E8
Text Example
Text Example
White with #B9A8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A8E8; }
p { color: rgb(185,168,232); }
H1.HeaderClassName
{
color: #B9A8E8;
}
.AnyTagClassName
{
color: #B9A8E8;
}
</style>
background-color css
<style>
a { background-color: #B9A8E8; }
a { background-color: rgb(185,168,232); }
div.DivClassName
{
background-color: #B9A8E8;
}
.BgClassName
{
background-color: #B9A8E8;
}
</style>
border-color css
<style>
span { border-color: #B9A8E8; }
span { border-color: rgb(185,168,232); }
td.TdClassName
{
border-color: #B9A8E8;
}
.TagClassName
{
border-color: #B9A8E8;
}
</style>