Shades of Melrose #BAABFE
Tints of Melrose #BAABFE
RGB
CMYK
RGB Variations
Color information
#BAABFE (or 0xBAABFE) is known color: Melrose. HEX triplet: BA, AB and FE. RGB value is (186,171,254). Sum of RGB (Red+Green+Blue) = 186+171+254=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAABFE is #455401. Grayscale: #B8B8B8. Windows color (decimal): -4543490 or 16690106. OLE color: 16690106.
HSL color Cylindrical-coordinate representation of color #BAABFE: hue angle of 250.84º 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 #BAABFE is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 171 | 254 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.00 |
| HSL | 250.84º | 0.98% | 0.83% | - |
| HSV(B) | 250.84º | 0.33% | 1% | - |
| XYZ | 52.7 | 46.72 | 100.01 | - |
| YUV | 184.95 | 166.97 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 254 | 0.27 | 0.33 | 0 | 0.00 | 250.84 | 0.98 | 0.83 |
| Hex | BA | AB | FE | 1B | 21 | 0 | 0 | FB | 62 | 53 |
| Octal | 272 | 253 | 376 | 33 | 41 | 0 | 0 | 373 | 142 | 123 |
| Binary | 10111010 | 10101011 | 11111110 | 11011 | 100001 | 0 | 0 | 11111011 | 1100010 | 1010011 |
Color Harmonies of #BAABFE
Complementary color
Monochromatic Colors of #BAABFE
Black with #BAABFE
Text Example
Text Example
White with #BAABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAABFE; }
p { color: rgb(186,171,254); }
H1.HeaderClassName
{
color: #BAABFE;
}
.AnyTagClassName
{
color: #BAABFE;
}
</style>
background-color css
<style>
a { background-color: #BAABFE; }
a { background-color: rgb(186,171,254); }
div.DivClassName
{
background-color: #BAABFE;
}
.BgClassName
{
background-color: #BAABFE;
}
</style>
border-color css
<style>
span { border-color: #BAABFE; }
span { border-color: rgb(186,171,254); }
td.TdClassName
{
border-color: #BAABFE;
}
.TagClassName
{
border-color: #BAABFE;
}
</style>