Shades of Melrose #BAAAF2
Tints of Melrose #BAAAF2
RGB
CMYK
RGB Variations
Color information
#BAAAF2 (or 0xBAAAF2) is known color: Melrose. HEX triplet: BA, AA and F2. RGB value is (186,170,242). Sum of RGB (Red+Green+Blue) = 186+170+242=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAAAF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAAF2 is #45550D. Grayscale: #B6B6B6. Windows color (decimal): -4543758 or 15903418. OLE color: 15903418.
HSL color Cylindrical-coordinate representation of color #BAAAF2: hue angle of 253.33º degrees, saturation: 0.73, 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 #BAAAF2 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 170 | 242 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.05 |
| HSL | 253.33º | 0.73% | 0.81% | - |
| HSV(B) | 253.33º | 0.3% | 0.95% | - |
| XYZ | 50.65 | 45.6 | 90.14 | - |
| YUV | 182.99 | 161.3 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 242 | 0.23 | 0.30 | 0 | 0.05 | 253.33 | 0.73 | 0.81 |
| Hex | BA | AA | F2 | 17 | 1E | 0 | 5 | FD | 49 | 51 |
| Octal | 272 | 252 | 362 | 27 | 36 | 0 | 5 | 375 | 111 | 121 |
| Binary | 10111010 | 10101010 | 11110010 | 10111 | 11110 | 0 | 101 | 11111101 | 1001001 | 1010001 |
Color Harmonies of #BAAAF2
Complementary color
Monochromatic Colors of #BAAAF2
Black with #BAAAF2
Text Example
Text Example
White with #BAAAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAF2; }
p { color: rgb(186,170,242); }
H1.HeaderClassName
{
color: #BAAAF2;
}
.AnyTagClassName
{
color: #BAAAF2;
}
</style>
background-color css
<style>
a { background-color: #BAAAF2; }
a { background-color: rgb(186,170,242); }
div.DivClassName
{
background-color: #BAAAF2;
}
.BgClassName
{
background-color: #BAAAF2;
}
</style>
border-color css
<style>
span { border-color: #BAAAF2; }
span { border-color: rgb(186,170,242); }
td.TdClassName
{
border-color: #BAAAF2;
}
.TagClassName
{
border-color: #BAAAF2;
}
</style>