Shades of Melrose #B9B0E4
Tints of Melrose #B9B0E4
RGB
CMYK
RGB Variations
Color information
#B9B0E4 (or 0xB9B0E4) is known color: Melrose. HEX triplet: B9, B0 and E4. RGB value is (185,176,228). Sum of RGB (Red+Green+Blue) = 185+176+228=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 228 (89.45% from 255 or 38.71% from 589); Max value from RGB is 228 - color contains mainly: blue. Hex color #B9B0E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9B0E4 is #464F1B. Grayscale: #B8B8B8. Windows color (decimal): -4607772 or 14987449. OLE color: 14987449.
HSL color Cylindrical-coordinate representation of color #B9B0E4: hue angle of 250.38º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9B0E4 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 176 | 228 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.11 |
| HSL | 250.38º | 0.49% | 0.79% | - |
| HSV(B) | 250.38º | 0.23% | 0.89% | - |
| XYZ | 49.54 | 46.97 | 79.85 | - |
| YUV | 184.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 176 | 228 | 0.19 | 0.23 | 0 | 0.11 | 250.38 | 0.49 | 0.79 |
| Hex | B9 | B0 | E4 | 13 | 17 | 0 | B | FA | 31 | 4F |
| Octal | 271 | 260 | 344 | 23 | 27 | 0 | 13 | 372 | 61 | 117 |
| Binary | 10111001 | 10110000 | 11100100 | 10011 | 10111 | 0 | 1011 | 11111010 | 110001 | 1001111 |
Color Harmonies of #B9B0E4
Complementary color
Monochromatic Colors of #B9B0E4
Black with #B9B0E4
Text Example
Text Example
White with #B9B0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B0E4; }
p { color: rgb(185,176,228); }
H1.HeaderClassName
{
color: #B9B0E4;
}
.AnyTagClassName
{
color: #B9B0E4;
}
</style>
background-color css
<style>
a { background-color: #B9B0E4; }
a { background-color: rgb(185,176,228); }
div.DivClassName
{
background-color: #B9B0E4;
}
.BgClassName
{
background-color: #B9B0E4;
}
</style>
border-color css
<style>
span { border-color: #B9B0E4; }
span { border-color: rgb(185,176,228); }
td.TdClassName
{
border-color: #B9B0E4;
}
.TagClassName
{
border-color: #B9B0E4;
}
</style>