Shades of Melrose #BEADFF
Tints of Melrose #BEADFF
RGB
CMYK
RGB Variations
Color information
#BEADFF (or 0xBEADFF) is known color: Melrose. HEX triplet: BE, AD and FF. RGB value is (190,173,255). Sum of RGB (Red+Green+Blue) = 190+173+255=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEADFF is #415200. Grayscale: #BBBBBB. Windows color (decimal): -4280833 or 16756158. OLE color: 16756158.
HSL color Cylindrical-coordinate representation of color #BEADFF: hue angle of 252.44º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEADFF is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 173 | 255 | - |
| CMYK | 0.25 | 0.32 | 0 | 0 |
| HSL | 252.44º | 1% | 0.84% | - |
| HSV(B) | 252.44º | 0.32% | 1% | - |
| XYZ | 54.23 | 48.05 | 101.03 | - |
| YUV | 187.43 | 166.13 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 255 | 0.25 | 0.32 | 0 | 0 | 252.44 | 1 | 0.84 |
| Hex | BE | AD | FF | 19 | 20 | 0 | 0 | FC | 64 | 54 |
| Octal | 276 | 255 | 377 | 31 | 40 | 0 | 0 | 374 | 144 | 124 |
| Binary | 10111110 | 10101101 | 11111111 | 11001 | 100000 | 0 | 0 | 11111100 | 1100100 | 1010100 |
Color Harmonies of #BEADFF
Complementary color
Monochromatic Colors of #BEADFF
Black with #BEADFF
Text Example
Text Example
White with #BEADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEADFF; }
p { color: rgb(190,173,255); }
H1.HeaderClassName
{
color: #BEADFF;
}
.AnyTagClassName
{
color: #BEADFF;
}
</style>
background-color css
<style>
a { background-color: #BEADFF; }
a { background-color: rgb(190,173,255); }
div.DivClassName
{
background-color: #BEADFF;
}
.BgClassName
{
background-color: #BEADFF;
}
</style>
border-color css
<style>
span { border-color: #BEADFF; }
span { border-color: rgb(190,173,255); }
td.TdClassName
{
border-color: #BEADFF;
}
.TagClassName
{
border-color: #BEADFF;
}
</style>