Shades of Melrose #BAABFD
Tints of Melrose #BAABFD
RGB
CMYK
RGB Variations
Color information
#BAABFD (or 0xBAABFD) is known color: Melrose. HEX triplet: BA, AB and FD. RGB value is (186,171,253). Sum of RGB (Red+Green+Blue) = 186+171+253=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAABFD is #455402. Grayscale: #B8B8B8. Windows color (decimal): -4543491 or 16624570. OLE color: 16624570.
HSL color Cylindrical-coordinate representation of color #BAABFD: hue angle of 250.98º 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 #BAABFD is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 171 | 253 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.01 |
| HSL | 250.98º | 0.95% | 0.83% | - |
| HSV(B) | 250.98º | 0.32% | 0.99% | - |
| XYZ | 52.54 | 46.66 | 99.16 | - |
| YUV | 184.83 | 166.47 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 253 | 0.26 | 0.32 | 0 | 0.01 | 250.98 | 0.95 | 0.83 |
| Hex | BA | AB | FD | 1A | 20 | 0 | 1 | FB | 5F | 53 |
| Octal | 272 | 253 | 375 | 32 | 40 | 0 | 1 | 373 | 137 | 123 |
| Binary | 10111010 | 10101011 | 11111101 | 11010 | 100000 | 0 | 1 | 11111011 | 1011111 | 1010011 |
Color Harmonies of #BAABFD
Complementary color
Monochromatic Colors of #BAABFD
Black with #BAABFD
Text Example
Text Example
White with #BAABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAABFD; }
p { color: rgb(186,171,253); }
H1.HeaderClassName
{
color: #BAABFD;
}
.AnyTagClassName
{
color: #BAABFD;
}
</style>
background-color css
<style>
a { background-color: #BAABFD; }
a { background-color: rgb(186,171,253); }
div.DivClassName
{
background-color: #BAABFD;
}
.BgClassName
{
background-color: #BAABFD;
}
</style>
border-color css
<style>
span { border-color: #BAABFD; }
span { border-color: rgb(186,171,253); }
td.TdClassName
{
border-color: #BAABFD;
}
.TagClassName
{
border-color: #BAABFD;
}
</style>