Shades of Melrose #BEABFC
Tints of Melrose #BEABFC
RGB
CMYK
RGB Variations
Color information
#BEABFC (or 0xBEABFC) is known color: Melrose. HEX triplet: BE, AB and FC. RGB value is (190,171,252). Sum of RGB (Red+Green+Blue) = 190+171+252=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEABFC is #415403. Grayscale: #B9B9B9. Windows color (decimal): -4281348 or 16559038. OLE color: 16559038.
HSL color Cylindrical-coordinate representation of color #BEABFC: hue angle of 254.07º degrees, saturation: 0.93, 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 #BEABFC is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 171 | 252 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.01 |
| HSL | 254.07º | 0.93% | 0.83% | - |
| HSV(B) | 254.07º | 0.32% | 0.99% | - |
| XYZ | 53.37 | 47.1 | 98.37 | - |
| YUV | 185.92 | 165.29 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 252 | 0.25 | 0.32 | 0 | 0.01 | 254.07 | 0.93 | 0.83 |
| Hex | BE | AB | FC | 19 | 20 | 0 | 1 | FE | 5D | 53 |
| Octal | 276 | 253 | 374 | 31 | 40 | 0 | 1 | 376 | 135 | 123 |
| Binary | 10111110 | 10101011 | 11111100 | 11001 | 100000 | 0 | 1 | 11111110 | 1011101 | 1010011 |
Color Harmonies of #BEABFC
Complementary color
Monochromatic Colors of #BEABFC
Black with #BEABFC
Text Example
Text Example
White with #BEABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEABFC; }
p { color: rgb(190,171,252); }
H1.HeaderClassName
{
color: #BEABFC;
}
.AnyTagClassName
{
color: #BEABFC;
}
</style>
background-color css
<style>
a { background-color: #BEABFC; }
a { background-color: rgb(190,171,252); }
div.DivClassName
{
background-color: #BEABFC;
}
.BgClassName
{
background-color: #BEABFC;
}
</style>
border-color css
<style>
span { border-color: #BEABFC; }
span { border-color: rgb(190,171,252); }
td.TdClassName
{
border-color: #BEABFC;
}
.TagClassName
{
border-color: #BEABFC;
}
</style>