Shades of Melrose #BAABFF
Tints of Melrose #BAABFF
RGB
CMYK
RGB Variations
Color information
#BAABFF (or 0xBAABFF) is known color: Melrose. HEX triplet: BA, AB and FF. RGB value is (186,171,255). Sum of RGB (Red+Green+Blue) = 186+171+255=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAABFF is #455400. Grayscale: #B8B8B8. Windows color (decimal): -4543489 or 16755642. OLE color: 16755642.
HSL color Cylindrical-coordinate representation of color #BAABFF: hue angle of 250.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAABFF is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 171 | 255 | - |
| CMYK | 0.27 | 0.33 | 0 | 0 |
| HSL | 250.71º | 1% | 0.84% | - |
| HSV(B) | 250.71º | 0.33% | 1% | - |
| XYZ | 52.86 | 46.78 | 100.85 | - |
| YUV | 185.06 | 167.47 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 255 | 0.27 | 0.33 | 0 | 0 | 250.71 | 1 | 0.84 |
| Hex | BA | AB | FF | 1B | 21 | 0 | 0 | FB | 64 | 54 |
| Octal | 272 | 253 | 377 | 33 | 41 | 0 | 0 | 373 | 144 | 124 |
| Binary | 10111010 | 10101011 | 11111111 | 11011 | 100001 | 0 | 0 | 11111011 | 1100100 | 1010100 |
Color Harmonies of #BAABFF
Complementary color
Monochromatic Colors of #BAABFF
Black with #BAABFF
Text Example
Text Example
White with #BAABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAABFF; }
p { color: rgb(186,171,255); }
H1.HeaderClassName
{
color: #BAABFF;
}
.AnyTagClassName
{
color: #BAABFF;
}
</style>
background-color css
<style>
a { background-color: #BAABFF; }
a { background-color: rgb(186,171,255); }
div.DivClassName
{
background-color: #BAABFF;
}
.BgClassName
{
background-color: #BAABFF;
}
</style>
border-color css
<style>
span { border-color: #BAABFF; }
span { border-color: rgb(186,171,255); }
td.TdClassName
{
border-color: #BAABFF;
}
.TagClassName
{
border-color: #BAABFF;
}
</style>