Shades of Melrose #BEB0FA
Tints of Melrose #BEB0FA
RGB
CMYK
RGB Variations
Color information
#BEB0FA (or 0xBEB0FA) is known color: Melrose. HEX triplet: BE, B0 and FA. RGB value is (190,176,250). Sum of RGB (Red+Green+Blue) = 190+176+250=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEB0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEB0FA is #414F05. Grayscale: #BCBCBC. Windows color (decimal): -4280070 or 16429246. OLE color: 16429246.
HSL color Cylindrical-coordinate representation of color #BEB0FA: hue angle of 251.35º 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 #BEB0FA is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 176 | 250 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.02 |
| HSL | 251.35º | 0.88% | 0.84% | - |
| HSV(B) | 251.35º | 0.3% | 0.98% | - |
| XYZ | 54.02 | 48.9 | 97.03 | - |
| YUV | 188.62 | 162.64 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 176 | 250 | 0.24 | 0.30 | 0 | 0.02 | 251.35 | 0.88 | 0.84 |
| Hex | BE | B0 | FA | 18 | 1E | 0 | 2 | FB | 58 | 54 |
| Octal | 276 | 260 | 372 | 30 | 36 | 0 | 2 | 373 | 130 | 124 |
| Binary | 10111110 | 10110000 | 11111010 | 11000 | 11110 | 0 | 10 | 11111011 | 1011000 | 1010100 |
Color Harmonies of #BEB0FA
Complementary color
Monochromatic Colors of #BEB0FA
Black with #BEB0FA
Text Example
Text Example
White with #BEB0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB0FA; }
p { color: rgb(190,176,250); }
H1.HeaderClassName
{
color: #BEB0FA;
}
.AnyTagClassName
{
color: #BEB0FA;
}
</style>
background-color css
<style>
a { background-color: #BEB0FA; }
a { background-color: rgb(190,176,250); }
div.DivClassName
{
background-color: #BEB0FA;
}
.BgClassName
{
background-color: #BEB0FA;
}
</style>
border-color css
<style>
span { border-color: #BEB0FA; }
span { border-color: rgb(190,176,250); }
td.TdClassName
{
border-color: #BEB0FA;
}
.TagClassName
{
border-color: #BEB0FA;
}
</style>