Shades of Melrose #B9B0DD
Tints of Melrose #B9B0DD
RGB
CMYK
RGB Variations
Color information
#B9B0DD (or 0xB9B0DD) is known color: Melrose. HEX triplet: B9, B0 and DD. RGB value is (185,176,221). Sum of RGB (Red+Green+Blue) = 185+176+221=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9B0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9B0DD is #464F22. Grayscale: #B7B7B7. Windows color (decimal): -4607779 or 14528697. OLE color: 14528697.
HSL color Cylindrical-coordinate representation of color #B9B0DD: hue angle of 252º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9B0DD is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 176 | 221 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.13 |
| HSL | 252º | 0.4% | 0.78% | - |
| HSV(B) | 252º | 0.2% | 0.87% | - |
| XYZ | 48.58 | 46.59 | 74.84 | - |
| YUV | 183.82 | 148.98 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 176 | 221 | 0.16 | 0.20 | 0 | 0.13 | 252 | 0.4 | 0.78 |
| Hex | B9 | B0 | DD | 10 | 14 | 0 | D | FC | 28 | 4E |
| Octal | 271 | 260 | 335 | 20 | 24 | 0 | 15 | 374 | 50 | 116 |
| Binary | 10111001 | 10110000 | 11011101 | 10000 | 10100 | 0 | 1101 | 11111100 | 101000 | 1001110 |
Color Harmonies of #B9B0DD
Complementary color
Monochromatic Colors of #B9B0DD
Black with #B9B0DD
Text Example
Text Example
White with #B9B0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B0DD; }
p { color: rgb(185,176,221); }
H1.HeaderClassName
{
color: #B9B0DD;
}
.AnyTagClassName
{
color: #B9B0DD;
}
</style>
background-color css
<style>
a { background-color: #B9B0DD; }
a { background-color: rgb(185,176,221); }
div.DivClassName
{
background-color: #B9B0DD;
}
.BgClassName
{
background-color: #B9B0DD;
}
</style>
border-color css
<style>
span { border-color: #B9B0DD; }
span { border-color: rgb(185,176,221); }
td.TdClassName
{
border-color: #B9B0DD;
}
.TagClassName
{
border-color: #B9B0DD;
}
</style>