Shades of Melrose #B9B0FA
Tints of Melrose #B9B0FA
RGB
CMYK
RGB Variations
Color information
#B9B0FA (or 0xB9B0FA) is known color: Melrose. HEX triplet: B9, B0 and FA. RGB value is (185,176,250). Sum of RGB (Red+Green+Blue) = 185+176+250=611 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.28% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #B9B0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9B0FA is #464F05. Grayscale: #BABABA. Windows color (decimal): -4607750 or 16429241. OLE color: 16429241.
HSL color Cylindrical-coordinate representation of color #B9B0FA: hue angle of 247.3º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9B0FA is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 176 | 250 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.02 |
| HSL | 247.3º | 0.88% | 0.84% | - |
| HSV(B) | 247.3º | 0.3% | 0.98% | - |
| XYZ | 52.79 | 48.27 | 96.98 | - |
| YUV | 187.13 | 163.48 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 176 | 250 | 0.26 | 0.30 | 0 | 0.02 | 247.3 | 0.88 | 0.84 |
| Hex | B9 | B0 | FA | 1A | 1E | 0 | 2 | F7 | 58 | 54 |
| Octal | 271 | 260 | 372 | 32 | 36 | 0 | 2 | 367 | 130 | 124 |
| Binary | 10111001 | 10110000 | 11111010 | 11010 | 11110 | 0 | 10 | 11110111 | 1011000 | 1010100 |
Color Harmonies of #B9B0FA
Complementary color
Monochromatic Colors of #B9B0FA
Black with #B9B0FA
Text Example
Text Example
White with #B9B0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B0FA; }
p { color: rgb(185,176,250); }
H1.HeaderClassName
{
color: #B9B0FA;
}
.AnyTagClassName
{
color: #B9B0FA;
}
</style>
background-color css
<style>
a { background-color: #B9B0FA; }
a { background-color: rgb(185,176,250); }
div.DivClassName
{
background-color: #B9B0FA;
}
.BgClassName
{
background-color: #B9B0FA;
}
</style>
border-color css
<style>
span { border-color: #B9B0FA; }
span { border-color: rgb(185,176,250); }
td.TdClassName
{
border-color: #B9B0FA;
}
.TagClassName
{
border-color: #B9B0FA;
}
</style>