Shades of Melrose #BEABFE
Tints of Melrose #BEABFE
RGB
CMYK
RGB Variations
Color information
#BEABFE (or 0xBEABFE) is known color: Melrose. HEX triplet: BE, AB and FE. RGB value is (190,171,254). Sum of RGB (Red+Green+Blue) = 190+171+254=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEABFE is #415401. Grayscale: #B9B9B9. Windows color (decimal): -4281346 or 16690110. OLE color: 16690110.
HSL color Cylindrical-coordinate representation of color #BEABFE: hue angle of 253.73º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEABFE is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 171 | 254 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.00 |
| HSL | 253.73º | 0.98% | 0.83% | - |
| HSV(B) | 253.73º | 0.33% | 1% | - |
| XYZ | 53.69 | 47.23 | 100.05 | - |
| YUV | 186.14 | 166.29 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 254 | 0.25 | 0.33 | 0 | 0.00 | 253.73 | 0.98 | 0.83 |
| Hex | BE | AB | FE | 19 | 21 | 0 | 0 | FE | 62 | 53 |
| Octal | 276 | 253 | 376 | 31 | 41 | 0 | 0 | 376 | 142 | 123 |
| Binary | 10111110 | 10101011 | 11111110 | 11001 | 100001 | 0 | 0 | 11111110 | 1100010 | 1010011 |
Color Harmonies of #BEABFE
Complementary color
Monochromatic Colors of #BEABFE
Black with #BEABFE
Text Example
Text Example
White with #BEABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEABFE; }
p { color: rgb(190,171,254); }
H1.HeaderClassName
{
color: #BEABFE;
}
.AnyTagClassName
{
color: #BEABFE;
}
</style>
background-color css
<style>
a { background-color: #BEABFE; }
a { background-color: rgb(190,171,254); }
div.DivClassName
{
background-color: #BEABFE;
}
.BgClassName
{
background-color: #BEABFE;
}
</style>
border-color css
<style>
span { border-color: #BEABFE; }
span { border-color: rgb(190,171,254); }
td.TdClassName
{
border-color: #BEABFE;
}
.TagClassName
{
border-color: #BEABFE;
}
</style>