Shades of Melrose #B9B0DB
Tints of Melrose #B9B0DB
RGB
CMYK
RGB Variations
Color information
#B9B0DB (or 0xB9B0DB) is known color: Melrose. HEX triplet: B9, B0 and DB. RGB value is (185,176,219). Sum of RGB (Red+Green+Blue) = 185+176+219=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9B0DB is #464F24. Grayscale: #B7B7B7. Windows color (decimal): -4607781 or 14397625. OLE color: 14397625.
HSL color Cylindrical-coordinate representation of color #B9B0DB: hue angle of 252.56º degrees, saturation: 0.37, 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 #B9B0DB is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 176 | 219 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.14 |
| HSL | 252.56º | 0.37% | 0.77% | - |
| HSV(B) | 252.56º | 0.2% | 0.86% | - |
| XYZ | 48.32 | 46.48 | 73.44 | - |
| YUV | 183.59 | 147.98 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 176 | 219 | 0.16 | 0.20 | 0 | 0.14 | 252.56 | 0.37 | 0.77 |
| Hex | B9 | B0 | DB | 10 | 14 | 0 | E | FD | 25 | 4D |
| Octal | 271 | 260 | 333 | 20 | 24 | 0 | 16 | 375 | 45 | 115 |
| Binary | 10111001 | 10110000 | 11011011 | 10000 | 10100 | 0 | 1110 | 11111101 | 100101 | 1001101 |
Color Harmonies of #B9B0DB
Complementary color
Monochromatic Colors of #B9B0DB
Black with #B9B0DB
Text Example
Text Example
White with #B9B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B0DB; }
p { color: rgb(185,176,219); }
H1.HeaderClassName
{
color: #B9B0DB;
}
.AnyTagClassName
{
color: #B9B0DB;
}
</style>
background-color css
<style>
a { background-color: #B9B0DB; }
a { background-color: rgb(185,176,219); }
div.DivClassName
{
background-color: #B9B0DB;
}
.BgClassName
{
background-color: #B9B0DB;
}
</style>
border-color css
<style>
span { border-color: #B9B0DB; }
span { border-color: rgb(185,176,219); }
td.TdClassName
{
border-color: #B9B0DB;
}
.TagClassName
{
border-color: #B9B0DB;
}
</style>