Shades of Melrose #BEACFD
Tints of Melrose #BEACFD
RGB
CMYK
RGB Variations
Color information
#BEACFD (or 0xBEACFD) is known color: Melrose. HEX triplet: BE, AC and FD. RGB value is (190,172,253). Sum of RGB (Red+Green+Blue) = 190+172+253=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEACFD is #415302. Grayscale: #BABABA. Windows color (decimal): -4281091 or 16624830. OLE color: 16624830.
HSL color Cylindrical-coordinate representation of color #BEACFD: hue angle of 253.33º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEACFD is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 172 | 253 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.01 |
| HSL | 253.33º | 0.95% | 0.83% | - |
| HSV(B) | 253.33º | 0.32% | 0.99% | - |
| XYZ | 53.72 | 47.54 | 99.27 | - |
| YUV | 186.62 | 165.46 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 253 | 0.25 | 0.32 | 0 | 0.01 | 253.33 | 0.95 | 0.83 |
| Hex | BE | AC | FD | 19 | 20 | 0 | 1 | FD | 5F | 53 |
| Octal | 276 | 254 | 375 | 31 | 40 | 0 | 1 | 375 | 137 | 123 |
| Binary | 10111110 | 10101100 | 11111101 | 11001 | 100000 | 0 | 1 | 11111101 | 1011111 | 1010011 |
Color Harmonies of #BEACFD
Complementary color
Monochromatic Colors of #BEACFD
Black with #BEACFD
Text Example
Text Example
White with #BEACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEACFD; }
p { color: rgb(190,172,253); }
H1.HeaderClassName
{
color: #BEACFD;
}
.AnyTagClassName
{
color: #BEACFD;
}
</style>
background-color css
<style>
a { background-color: #BEACFD; }
a { background-color: rgb(190,172,253); }
div.DivClassName
{
background-color: #BEACFD;
}
.BgClassName
{
background-color: #BEACFD;
}
</style>
border-color css
<style>
span { border-color: #BEACFD; }
span { border-color: rgb(190,172,253); }
td.TdClassName
{
border-color: #BEACFD;
}
.TagClassName
{
border-color: #BEACFD;
}
</style>