Shades of Melrose #BEACEF
Tints of Melrose #BEACEF
RGB
CMYK
RGB Variations
Color information
#BEACEF (or 0xBEACEF) is known color: Melrose. HEX triplet: BE, AC and EF. RGB value is (190,172,239). Sum of RGB (Red+Green+Blue) = 190+172+239=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEACEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEACEF is #415310. Grayscale: #B8B8B8. Windows color (decimal): -4281105 or 15707326. OLE color: 15707326.
HSL color Cylindrical-coordinate representation of color #BEACEF: hue angle of 256.12º degrees, saturation: 0.68, 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 #BEACEF is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 172 | 239 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.06 |
| HSL | 256.12º | 0.68% | 0.81% | - |
| HSV(B) | 256.12º | 0.28% | 0.94% | - |
| XYZ | 51.57 | 46.68 | 87.95 | - |
| YUV | 185.02 | 158.46 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 239 | 0.21 | 0.28 | 0 | 0.06 | 256.12 | 0.68 | 0.81 |
| Hex | BE | AC | EF | 15 | 1C | 0 | 6 | 100 | 44 | 51 |
| Octal | 276 | 254 | 357 | 25 | 34 | 0 | 6 | 400 | 104 | 121 |
| Binary | 10111110 | 10101100 | 11101111 | 10101 | 11100 | 0 | 110 | 100000000 | 1000100 | 1010001 |
Color Harmonies of #BEACEF
Complementary color
Monochromatic Colors of #BEACEF
Black with #BEACEF
Text Example
Text Example
White with #BEACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEACEF; }
p { color: rgb(190,172,239); }
H1.HeaderClassName
{
color: #BEACEF;
}
.AnyTagClassName
{
color: #BEACEF;
}
</style>
background-color css
<style>
a { background-color: #BEACEF; }
a { background-color: rgb(190,172,239); }
div.DivClassName
{
background-color: #BEACEF;
}
.BgClassName
{
background-color: #BEACEF;
}
</style>
border-color css
<style>
span { border-color: #BEACEF; }
span { border-color: rgb(190,172,239); }
td.TdClassName
{
border-color: #BEACEF;
}
.TagClassName
{
border-color: #BEACEF;
}
</style>