Shades of Melrose #B8B0FA
Tints of Melrose #B8B0FA
RGB
CMYK
RGB Variations
Color information
#B8B0FA (or 0xB8B0FA) is known color: Melrose. HEX triplet: B8, B0 and FA. RGB value is (184,176,250). Sum of RGB (Red+Green+Blue) = 184+176+250=610 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.16% from 610); Green value is 176 (69.14% from 255 or 28.85% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #B8B0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8B0FA is #474F05. Grayscale: #BABABA. Windows color (decimal): -4673286 or 16429240. OLE color: 16429240.
HSL color Cylindrical-coordinate representation of color #B8B0FA: hue angle of 246.49º 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 #B8B0FA is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 176 | 250 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.02 |
| HSL | 246.49º | 0.88% | 0.84% | - |
| HSV(B) | 246.49º | 0.3% | 0.98% | - |
| XYZ | 52.55 | 48.14 | 96.97 | - |
| YUV | 186.83 | 163.65 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 176 | 250 | 0.26 | 0.30 | 0 | 0.02 | 246.49 | 0.88 | 0.84 |
| Hex | B8 | B0 | FA | 1A | 1E | 0 | 2 | F6 | 58 | 54 |
| Octal | 270 | 260 | 372 | 32 | 36 | 0 | 2 | 366 | 130 | 124 |
| Binary | 10111000 | 10110000 | 11111010 | 11010 | 11110 | 0 | 10 | 11110110 | 1011000 | 1010100 |
Color Harmonies of #B8B0FA
Complementary color
Monochromatic Colors of #B8B0FA
Black with #B8B0FA
Text Example
Text Example
White with #B8B0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B0FA; }
p { color: rgb(184,176,250); }
H1.HeaderClassName
{
color: #B8B0FA;
}
.AnyTagClassName
{
color: #B8B0FA;
}
</style>
background-color css
<style>
a { background-color: #B8B0FA; }
a { background-color: rgb(184,176,250); }
div.DivClassName
{
background-color: #B8B0FA;
}
.BgClassName
{
background-color: #B8B0FA;
}
</style>
border-color css
<style>
span { border-color: #B8B0FA; }
span { border-color: rgb(184,176,250); }
td.TdClassName
{
border-color: #B8B0FA;
}
.TagClassName
{
border-color: #B8B0FA;
}
</style>