Shades of Melrose #BAA8FF
Tints of Melrose #BAA8FF
RGB
CMYK
RGB Variations
Color information
#BAA8FF (or 0xBAA8FF) is known color: Melrose. HEX triplet: BA, A8 and FF. RGB value is (186,168,255). Sum of RGB (Red+Green+Blue) = 186+168+255=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 168 (66.02% from 255 or 27.59% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAA8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA8FF is #455700. Grayscale: #B6B6B6. Windows color (decimal): -4544257 or 16754874. OLE color: 16754874.
HSL color Cylindrical-coordinate representation of color #BAA8FF: hue angle of 252.41º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAA8FF is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 168 | 255 | - |
| CMYK | 0.27 | 0.34 | 0 | 0 |
| HSL | 252.41º | 1% | 0.83% | - |
| HSV(B) | 252.41º | 0.34% | 1% | - |
| XYZ | 52.3 | 45.66 | 100.67 | - |
| YUV | 183.3 | 168.46 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 255 | 0.27 | 0.34 | 0 | 0 | 252.41 | 1 | 0.83 |
| Hex | BA | A8 | FF | 1B | 22 | 0 | 0 | FC | 64 | 53 |
| Octal | 272 | 250 | 377 | 33 | 42 | 0 | 0 | 374 | 144 | 123 |
| Binary | 10111010 | 10101000 | 11111111 | 11011 | 100010 | 0 | 0 | 11111100 | 1100100 | 1010011 |
Color Harmonies of #BAA8FF
Complementary color
Monochromatic Colors of #BAA8FF
Black with #BAA8FF
Text Example
Text Example
White with #BAA8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA8FF; }
p { color: rgb(186,168,255); }
H1.HeaderClassName
{
color: #BAA8FF;
}
.AnyTagClassName
{
color: #BAA8FF;
}
</style>
background-color css
<style>
a { background-color: #BAA8FF; }
a { background-color: rgb(186,168,255); }
div.DivClassName
{
background-color: #BAA8FF;
}
.BgClassName
{
background-color: #BAA8FF;
}
</style>
border-color css
<style>
span { border-color: #BAA8FF; }
span { border-color: rgb(186,168,255); }
td.TdClassName
{
border-color: #BAA8FF;
}
.TagClassName
{
border-color: #BAA8FF;
}
</style>