Shades of Melrose #B9AFDB
Tints of Melrose #B9AFDB
RGB
CMYK
RGB Variations
Color information
#B9AFDB (or 0xB9AFDB) is known color: Melrose. HEX triplet: B9, AF and DB. RGB value is (185,175,219). Sum of RGB (Red+Green+Blue) = 185+175+219=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9AFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFDB is #465024. Grayscale: #B6B6B6. Windows color (decimal): -4608037 or 14397369. OLE color: 14397369.
HSL color Cylindrical-coordinate representation of color #B9AFDB: hue angle of 253.64º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9AFDB is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 175 | 219 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.14 |
| HSL | 253.64º | 0.38% | 0.77% | - |
| HSV(B) | 253.64º | 0.2% | 0.86% | - |
| XYZ | 48.12 | 46.09 | 73.38 | - |
| YUV | 183.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 219 | 0.16 | 0.20 | 0 | 0.14 | 253.64 | 0.38 | 0.77 |
| Hex | B9 | AF | DB | 10 | 14 | 0 | E | FE | 26 | 4D |
| Octal | 271 | 257 | 333 | 20 | 24 | 0 | 16 | 376 | 46 | 115 |
| Binary | 10111001 | 10101111 | 11011011 | 10000 | 10100 | 0 | 1110 | 11111110 | 100110 | 1001101 |
Color Harmonies of #B9AFDB
Complementary color
Monochromatic Colors of #B9AFDB
Black with #B9AFDB
Text Example
Text Example
White with #B9AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AFDB; }
p { color: rgb(185,175,219); }
H1.HeaderClassName
{
color: #B9AFDB;
}
.AnyTagClassName
{
color: #B9AFDB;
}
</style>
background-color css
<style>
a { background-color: #B9AFDB; }
a { background-color: rgb(185,175,219); }
div.DivClassName
{
background-color: #B9AFDB;
}
.BgClassName
{
background-color: #B9AFDB;
}
</style>
border-color css
<style>
span { border-color: #B9AFDB; }
span { border-color: rgb(185,175,219); }
td.TdClassName
{
border-color: #B9AFDB;
}
.TagClassName
{
border-color: #B9AFDB;
}
</style>