Shades of Melrose #B9B1DD
Tints of Melrose #B9B1DD
RGB
CMYK
RGB Variations
Color information
#B9B1DD (or 0xB9B1DD) is known color: Melrose. HEX triplet: B9, B1 and DD. RGB value is (185,177,221). Sum of RGB (Red+Green+Blue) = 185+177+221=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 177 (69.53% from 255 or 30.36% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9B1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9B1DD is #464E22. Grayscale: #B8B8B8. Windows color (decimal): -4607523 or 14528953. OLE color: 14528953.
HSL color Cylindrical-coordinate representation of color #B9B1DD: hue angle of 250.91º degrees, saturation: 0.39, 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 #B9B1DD is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 177 | 221 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.13 |
| HSL | 250.91º | 0.39% | 0.78% | - |
| HSV(B) | 250.91º | 0.2% | 0.87% | - |
| XYZ | 48.78 | 46.98 | 74.9 | - |
| YUV | 184.41 | 148.65 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 177 | 221 | 0.16 | 0.20 | 0 | 0.13 | 250.91 | 0.39 | 0.78 |
| Hex | B9 | B1 | DD | 10 | 14 | 0 | D | FB | 27 | 4E |
| Octal | 271 | 261 | 335 | 20 | 24 | 0 | 15 | 373 | 47 | 116 |
| Binary | 10111001 | 10110001 | 11011101 | 10000 | 10100 | 0 | 1101 | 11111011 | 100111 | 1001110 |
Color Harmonies of #B9B1DD
Complementary color
Monochromatic Colors of #B9B1DD
Black with #B9B1DD
Text Example
Text Example
White with #B9B1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B1DD; }
p { color: rgb(185,177,221); }
H1.HeaderClassName
{
color: #B9B1DD;
}
.AnyTagClassName
{
color: #B9B1DD;
}
</style>
background-color css
<style>
a { background-color: #B9B1DD; }
a { background-color: rgb(185,177,221); }
div.DivClassName
{
background-color: #B9B1DD;
}
.BgClassName
{
background-color: #B9B1DD;
}
</style>
border-color css
<style>
span { border-color: #B9B1DD; }
span { border-color: rgb(185,177,221); }
td.TdClassName
{
border-color: #B9B1DD;
}
.TagClassName
{
border-color: #B9B1DD;
}
</style>