Shades of Melrose #B9AFDD
Tints of Melrose #B9AFDD
RGB
CMYK
RGB Variations
Color information
#B9AFDD (or 0xB9AFDD) is known color: Melrose. HEX triplet: B9, AF and DD. RGB value is (185,175,221). Sum of RGB (Red+Green+Blue) = 185+175+221=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFDD is #465022. Grayscale: #B7B7B7. Windows color (decimal): -4608035 or 14528441. OLE color: 14528441.
HSL color Cylindrical-coordinate representation of color #B9AFDD: hue angle of 253.04º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9AFDD is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 175 | 221 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.13 |
| HSL | 253.04º | 0.4% | 0.78% | - |
| HSV(B) | 253.04º | 0.21% | 0.87% | - |
| XYZ | 48.39 | 46.19 | 74.77 | - |
| YUV | 183.23 | 149.31 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 221 | 0.16 | 0.21 | 0 | 0.13 | 253.04 | 0.4 | 0.78 |
| Hex | B9 | AF | DD | 10 | 15 | 0 | D | FD | 28 | 4E |
| Octal | 271 | 257 | 335 | 20 | 25 | 0 | 15 | 375 | 50 | 116 |
| Binary | 10111001 | 10101111 | 11011101 | 10000 | 10101 | 0 | 1101 | 11111101 | 101000 | 1001110 |
Color Harmonies of #B9AFDD
Complementary color
Monochromatic Colors of #B9AFDD
Black with #B9AFDD
Text Example
Text Example
White with #B9AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AFDD; }
p { color: rgb(185,175,221); }
H1.HeaderClassName
{
color: #B9AFDD;
}
.AnyTagClassName
{
color: #B9AFDD;
}
</style>
background-color css
<style>
a { background-color: #B9AFDD; }
a { background-color: rgb(185,175,221); }
div.DivClassName
{
background-color: #B9AFDD;
}
.BgClassName
{
background-color: #B9AFDD;
}
</style>
border-color css
<style>
span { border-color: #B9AFDD; }
span { border-color: rgb(185,175,221); }
td.TdClassName
{
border-color: #B9AFDD;
}
.TagClassName
{
border-color: #B9AFDD;
}
</style>