Shades of Melrose #BEACEC
Tints of Melrose #BEACEC
RGB
CMYK
RGB Variations
Color information
#BEACEC (or 0xBEACEC) is known color: Melrose. HEX triplet: BE, AC and EC. RGB value is (190,172,236). Sum of RGB (Red+Green+Blue) = 190+172+236=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEACEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEACEC is #415313. Grayscale: #B8B8B8. Windows color (decimal): -4281108 or 15510718. OLE color: 15510718.
HSL color Cylindrical-coordinate representation of color #BEACEC: hue angle of 256.88º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEACEC is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 172 | 236 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.07 |
| HSL | 256.88º | 0.63% | 0.8% | - |
| HSV(B) | 256.88º | 0.27% | 0.93% | - |
| XYZ | 51.13 | 46.51 | 85.64 | - |
| YUV | 184.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 236 | 0.19 | 0.27 | 0 | 0.07 | 256.88 | 0.63 | 0.8 |
| Hex | BE | AC | EC | 13 | 1B | 0 | 7 | 101 | 3F | 50 |
| Octal | 276 | 254 | 354 | 23 | 33 | 0 | 7 | 401 | 77 | 120 |
| Binary | 10111110 | 10101100 | 11101100 | 10011 | 11011 | 0 | 111 | 100000001 | 111111 | 1010000 |
Color Harmonies of #BEACEC
Complementary color
Monochromatic Colors of #BEACEC
Black with #BEACEC
Text Example
Text Example
White with #BEACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEACEC; }
p { color: rgb(190,172,236); }
H1.HeaderClassName
{
color: #BEACEC;
}
.AnyTagClassName
{
color: #BEACEC;
}
</style>
background-color css
<style>
a { background-color: #BEACEC; }
a { background-color: rgb(190,172,236); }
div.DivClassName
{
background-color: #BEACEC;
}
.BgClassName
{
background-color: #BEACEC;
}
</style>
border-color css
<style>
span { border-color: #BEACEC; }
span { border-color: rgb(190,172,236); }
td.TdClassName
{
border-color: #BEACEC;
}
.TagClassName
{
border-color: #BEACEC;
}
</style>