Shades of Melrose #BEACEE
Tints of Melrose #BEACEE
RGB
CMYK
RGB Variations
Color information
#BEACEE (or 0xBEACEE) is known color: Melrose. HEX triplet: BE, AC and EE. RGB value is (190,172,238). Sum of RGB (Red+Green+Blue) = 190+172+238=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEACEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEACEE is #415311. Grayscale: #B8B8B8. Windows color (decimal): -4281106 or 15641790. OLE color: 15641790.
HSL color Cylindrical-coordinate representation of color #BEACEE: hue angle of 256.36º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEACEE is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 172 | 238 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.07 |
| HSL | 256.36º | 0.66% | 0.8% | - |
| HSV(B) | 256.36º | 0.28% | 0.93% | - |
| XYZ | 51.42 | 46.63 | 87.18 | - |
| YUV | 184.91 | 157.96 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 238 | 0.20 | 0.28 | 0 | 0.07 | 256.36 | 0.66 | 0.8 |
| Hex | BE | AC | EE | 14 | 1C | 0 | 7 | 100 | 42 | 50 |
| Octal | 276 | 254 | 356 | 24 | 34 | 0 | 7 | 400 | 102 | 120 |
| Binary | 10111110 | 10101100 | 11101110 | 10100 | 11100 | 0 | 111 | 100000000 | 1000010 | 1010000 |
Color Harmonies of #BEACEE
Complementary color
Monochromatic Colors of #BEACEE
Black with #BEACEE
Text Example
Text Example
White with #BEACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEACEE; }
p { color: rgb(190,172,238); }
H1.HeaderClassName
{
color: #BEACEE;
}
.AnyTagClassName
{
color: #BEACEE;
}
</style>
background-color css
<style>
a { background-color: #BEACEE; }
a { background-color: rgb(190,172,238); }
div.DivClassName
{
background-color: #BEACEE;
}
.BgClassName
{
background-color: #BEACEE;
}
</style>
border-color css
<style>
span { border-color: #BEACEE; }
span { border-color: rgb(190,172,238); }
td.TdClassName
{
border-color: #BEACEE;
}
.TagClassName
{
border-color: #BEACEE;
}
</style>