Shades of Melrose #B0A0FE
Tints of Melrose #B0A0FE
RGB
CMYK
RGB Variations
Color information
#B0A0FE (or 0xB0A0FE) is known color: Melrose. HEX triplet: B0, A0 and FE. RGB value is (176,160,254). Sum of RGB (Red+Green+Blue) = 176+160+254=590 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.83% from 590); Green value is 160 (62.89% from 255 or 27.12% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0A0FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A0FE is #4F5F01. Grayscale: #AFAFAF. Windows color (decimal): -5201666 or 16687280. OLE color: 16687280.
HSL color Cylindrical-coordinate representation of color #B0A0FE: hue angle of 250.21º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0A0FE is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 160 | 254 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.00 |
| HSL | 250.21º | 0.98% | 0.81% | - |
| HSV(B) | 250.21º | 0.37% | 1% | - |
| XYZ | 48.36 | 41.53 | 99.23 | - |
| YUV | 175.5 | 172.3 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 160 | 254 | 0.31 | 0.37 | 0 | 0.00 | 250.21 | 0.98 | 0.81 |
| Hex | B0 | A0 | FE | 1F | 25 | 0 | 0 | FA | 62 | 51 |
| Octal | 260 | 240 | 376 | 37 | 45 | 0 | 0 | 372 | 142 | 121 |
| Binary | 10110000 | 10100000 | 11111110 | 11111 | 100101 | 0 | 0 | 11111010 | 1100010 | 1010001 |
Color Harmonies of #B0A0FE
Complementary color
Monochromatic Colors of #B0A0FE
Black with #B0A0FE
Text Example
Text Example
White with #B0A0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A0FE; }
p { color: rgb(176,160,254); }
H1.HeaderClassName
{
color: #B0A0FE;
}
.AnyTagClassName
{
color: #B0A0FE;
}
</style>
background-color css
<style>
a { background-color: #B0A0FE; }
a { background-color: rgb(176,160,254); }
div.DivClassName
{
background-color: #B0A0FE;
}
.BgClassName
{
background-color: #B0A0FE;
}
</style>
border-color css
<style>
span { border-color: #B0A0FE; }
span { border-color: rgb(176,160,254); }
td.TdClassName
{
border-color: #B0A0FE;
}
.TagClassName
{
border-color: #B0A0FE;
}
</style>