Shades of Melrose #BAAAFD
Tints of Melrose #BAAAFD
RGB
CMYK
RGB Variations
Color information
#BAAAFD (or 0xBAAAFD) is known color: Melrose. HEX triplet: BA, AA and FD. RGB value is (186,170,253). Sum of RGB (Red+Green+Blue) = 186+170+253=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAAAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAAFD is #455502. Grayscale: #B7B7B7. Windows color (decimal): -4543747 or 16624314. OLE color: 16624314.
HSL color Cylindrical-coordinate representation of color #BAAAFD: hue angle of 251.57º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAAAFD is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 170 | 253 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.01 |
| HSL | 251.57º | 0.95% | 0.83% | - |
| HSV(B) | 251.57º | 0.33% | 0.99% | - |
| XYZ | 52.35 | 46.28 | 99.1 | - |
| YUV | 184.25 | 166.8 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 253 | 0.26 | 0.33 | 0 | 0.01 | 251.57 | 0.95 | 0.83 |
| Hex | BA | AA | FD | 1A | 21 | 0 | 1 | FC | 5F | 53 |
| Octal | 272 | 252 | 375 | 32 | 41 | 0 | 1 | 374 | 137 | 123 |
| Binary | 10111010 | 10101010 | 11111101 | 11010 | 100001 | 0 | 1 | 11111100 | 1011111 | 1010011 |
Color Harmonies of #BAAAFD
Complementary color
Monochromatic Colors of #BAAAFD
Black with #BAAAFD
Text Example
Text Example
White with #BAAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAFD; }
p { color: rgb(186,170,253); }
H1.HeaderClassName
{
color: #BAAAFD;
}
.AnyTagClassName
{
color: #BAAAFD;
}
</style>
background-color css
<style>
a { background-color: #BAAAFD; }
a { background-color: rgb(186,170,253); }
div.DivClassName
{
background-color: #BAAAFD;
}
.BgClassName
{
background-color: #BAAAFD;
}
</style>
border-color css
<style>
span { border-color: #BAAAFD; }
span { border-color: rgb(186,170,253); }
td.TdClassName
{
border-color: #BAAAFD;
}
.TagClassName
{
border-color: #BAAAFD;
}
</style>