Shades of Melrose #BEADEF
Tints of Melrose #BEADEF
RGB
CMYK
RGB Variations
Color information
#BEADEF (or 0xBEADEF) is known color: Melrose. HEX triplet: BE, AD and EF. RGB value is (190,173,239). Sum of RGB (Red+Green+Blue) = 190+173+239=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEADEF is #415210. Grayscale: #B9B9B9. Windows color (decimal): -4280849 or 15707582. OLE color: 15707582.
HSL color Cylindrical-coordinate representation of color #BEADEF: hue angle of 255.45º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEADEF is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 173 | 239 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.06 |
| HSL | 255.45º | 0.67% | 0.81% | - |
| HSV(B) | 255.45º | 0.28% | 0.94% | - |
| XYZ | 51.76 | 47.07 | 88.02 | - |
| YUV | 185.61 | 158.13 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 239 | 0.21 | 0.28 | 0 | 0.06 | 255.45 | 0.67 | 0.81 |
| Hex | BE | AD | EF | 15 | 1C | 0 | 6 | FF | 43 | 51 |
| Octal | 276 | 255 | 357 | 25 | 34 | 0 | 6 | 377 | 103 | 121 |
| Binary | 10111110 | 10101101 | 11101111 | 10101 | 11100 | 0 | 110 | 11111111 | 1000011 | 1010001 |
Color Harmonies of #BEADEF
Complementary color
Monochromatic Colors of #BEADEF
Black with #BEADEF
Text Example
Text Example
White with #BEADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEADEF; }
p { color: rgb(190,173,239); }
H1.HeaderClassName
{
color: #BEADEF;
}
.AnyTagClassName
{
color: #BEADEF;
}
</style>
background-color css
<style>
a { background-color: #BEADEF; }
a { background-color: rgb(190,173,239); }
div.DivClassName
{
background-color: #BEADEF;
}
.BgClassName
{
background-color: #BEADEF;
}
</style>
border-color css
<style>
span { border-color: #BEADEF; }
span { border-color: rgb(190,173,239); }
td.TdClassName
{
border-color: #BEADEF;
}
.TagClassName
{
border-color: #BEADEF;
}
</style>