Shades of Melrose #BAAAF3
Tints of Melrose #BAAAF3
RGB
CMYK
RGB Variations
Color information
#BAAAF3 (or 0xBAAAF3) is known color: Melrose. HEX triplet: BA, AA and F3. RGB value is (186,170,243). Sum of RGB (Red+Green+Blue) = 186+170+243=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 243 (95.31% from 255 or 40.57% from 599); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAAAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAAF3 is #45550C. Grayscale: #B6B6B6. Windows color (decimal): -4543757 or 15968954. OLE color: 15968954.
HSL color Cylindrical-coordinate representation of color #BAAAF3: hue angle of 253.15º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAAAF3 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 170 | 243 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.05 |
| HSL | 253.15º | 0.75% | 0.81% | - |
| HSV(B) | 253.15º | 0.3% | 0.95% | - |
| XYZ | 50.8 | 45.66 | 90.93 | - |
| YUV | 183.11 | 161.8 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 243 | 0.23 | 0.30 | 0 | 0.05 | 253.15 | 0.75 | 0.81 |
| Hex | BA | AA | F3 | 17 | 1E | 0 | 5 | FD | 4B | 51 |
| Octal | 272 | 252 | 363 | 27 | 36 | 0 | 5 | 375 | 113 | 121 |
| Binary | 10111010 | 10101010 | 11110011 | 10111 | 11110 | 0 | 101 | 11111101 | 1001011 | 1010001 |
Color Harmonies of #BAAAF3
Complementary color
Monochromatic Colors of #BAAAF3
Black with #BAAAF3
Text Example
Text Example
White with #BAAAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAF3; }
p { color: rgb(186,170,243); }
H1.HeaderClassName
{
color: #BAAAF3;
}
.AnyTagClassName
{
color: #BAAAF3;
}
</style>
background-color css
<style>
a { background-color: #BAAAF3; }
a { background-color: rgb(186,170,243); }
div.DivClassName
{
background-color: #BAAAF3;
}
.BgClassName
{
background-color: #BAAAF3;
}
</style>
border-color css
<style>
span { border-color: #BAAAF3; }
span { border-color: rgb(186,170,243); }
td.TdClassName
{
border-color: #BAAAF3;
}
.TagClassName
{
border-color: #BAAAF3;
}
</style>