Shades of Melrose #BAAAFE
Tints of Melrose #BAAAFE
RGB
CMYK
RGB Variations
Color information
#BAAAFE (or 0xBAAAFE) is known color: Melrose. HEX triplet: BA, AA and FE. RGB value is (186,170,254). Sum of RGB (Red+Green+Blue) = 186+170+254=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAAAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAAFE is #455501. Grayscale: #B8B8B8. Windows color (decimal): -4543746 or 16689850. OLE color: 16689850.
HSL color Cylindrical-coordinate representation of color #BAAAFE: hue angle of 251.43º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAAAFE is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 170 | 254 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.00 |
| HSL | 251.43º | 0.98% | 0.83% | - |
| HSV(B) | 251.43º | 0.33% | 1% | - |
| XYZ | 52.51 | 46.34 | 99.94 | - |
| YUV | 184.36 | 167.3 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 254 | 0.27 | 0.33 | 0 | 0.00 | 251.43 | 0.98 | 0.83 |
| Hex | BA | AA | FE | 1B | 21 | 0 | 0 | FB | 62 | 53 |
| Octal | 272 | 252 | 376 | 33 | 41 | 0 | 0 | 373 | 142 | 123 |
| Binary | 10111010 | 10101010 | 11111110 | 11011 | 100001 | 0 | 0 | 11111011 | 1100010 | 1010011 |
Color Harmonies of #BAAAFE
Complementary color
Monochromatic Colors of #BAAAFE
Black with #BAAAFE
Text Example
Text Example
White with #BAAAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAFE; }
p { color: rgb(186,170,254); }
H1.HeaderClassName
{
color: #BAAAFE;
}
.AnyTagClassName
{
color: #BAAAFE;
}
</style>
background-color css
<style>
a { background-color: #BAAAFE; }
a { background-color: rgb(186,170,254); }
div.DivClassName
{
background-color: #BAAAFE;
}
.BgClassName
{
background-color: #BAAAFE;
}
</style>
border-color css
<style>
span { border-color: #BAAAFE; }
span { border-color: rgb(186,170,254); }
td.TdClassName
{
border-color: #BAAAFE;
}
.TagClassName
{
border-color: #BAAAFE;
}
</style>