Shades of Melrose #BAAAFB
Tints of Melrose #BAAAFB
RGB
CMYK
RGB Variations
Color information
#BAAAFB (or 0xBAAAFB) is known color: Melrose. HEX triplet: BA, AA and FB. RGB value is (186,170,251). Sum of RGB (Red+Green+Blue) = 186+170+251=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAAAFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAAFB is #455504. Grayscale: #B7B7B7. Windows color (decimal): -4543749 or 16493242. OLE color: 16493242.
HSL color Cylindrical-coordinate representation of color #BAAAFB: hue angle of 251.85º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAAAFB is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 170 | 251 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.02 |
| HSL | 251.85º | 0.91% | 0.83% | - |
| HSV(B) | 251.85º | 0.32% | 0.98% | - |
| XYZ | 52.04 | 46.15 | 97.43 | - |
| YUV | 184.02 | 165.8 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 251 | 0.26 | 0.32 | 0 | 0.02 | 251.85 | 0.91 | 0.83 |
| Hex | BA | AA | FB | 1A | 20 | 0 | 2 | FC | 5B | 53 |
| Octal | 272 | 252 | 373 | 32 | 40 | 0 | 2 | 374 | 133 | 123 |
| Binary | 10111010 | 10101010 | 11111011 | 11010 | 100000 | 0 | 10 | 11111100 | 1011011 | 1010011 |
Color Harmonies of #BAAAFB
Complementary color
Monochromatic Colors of #BAAAFB
Black with #BAAAFB
Text Example
Text Example
White with #BAAAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAFB; }
p { color: rgb(186,170,251); }
H1.HeaderClassName
{
color: #BAAAFB;
}
.AnyTagClassName
{
color: #BAAAFB;
}
</style>
background-color css
<style>
a { background-color: #BAAAFB; }
a { background-color: rgb(186,170,251); }
div.DivClassName
{
background-color: #BAAAFB;
}
.BgClassName
{
background-color: #BAAAFB;
}
</style>
border-color css
<style>
span { border-color: #BAAAFB; }
span { border-color: rgb(186,170,251); }
td.TdClassName
{
border-color: #BAAAFB;
}
.TagClassName
{
border-color: #BAAAFB;
}
</style>