Shades of Melrose #BAAFF6
Tints of Melrose #BAAFF6
RGB
CMYK
RGB Variations
Color information
#BAAFF6 (or 0xBAAFF6) is known color: Melrose. HEX triplet: BA, AF and F6. RGB value is (186,175,246). Sum of RGB (Red+Green+Blue) = 186+175+246=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 246 (96.48% from 255 or 40.53% from 607); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAAFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAFF6 is #455009. Grayscale: #BABABA. Windows color (decimal): -4542474 or 16166842. OLE color: 16166842.
HSL color Cylindrical-coordinate representation of color #BAAFF6: hue angle of 249.3º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAAFF6 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 175 | 246 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.04 |
| HSL | 249.3º | 0.8% | 0.83% | - |
| HSV(B) | 249.3º | 0.29% | 0.96% | - |
| XYZ | 52.21 | 47.75 | 93.65 | - |
| YUV | 186.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 175 | 246 | 0.24 | 0.29 | 0 | 0.04 | 249.3 | 0.8 | 0.83 |
| Hex | BA | AF | F6 | 18 | 1D | 0 | 4 | F9 | 50 | 53 |
| Octal | 272 | 257 | 366 | 30 | 35 | 0 | 4 | 371 | 120 | 123 |
| Binary | 10111010 | 10101111 | 11110110 | 11000 | 11101 | 0 | 100 | 11111001 | 1010000 | 1010011 |
Color Harmonies of #BAAFF6
Complementary color
Monochromatic Colors of #BAAFF6
Black with #BAAFF6
Text Example
Text Example
White with #BAAFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAFF6; }
p { color: rgb(186,175,246); }
H1.HeaderClassName
{
color: #BAAFF6;
}
.AnyTagClassName
{
color: #BAAFF6;
}
</style>
background-color css
<style>
a { background-color: #BAAFF6; }
a { background-color: rgb(186,175,246); }
div.DivClassName
{
background-color: #BAAFF6;
}
.BgClassName
{
background-color: #BAAFF6;
}
</style>
border-color css
<style>
span { border-color: #BAAFF6; }
span { border-color: rgb(186,175,246); }
td.TdClassName
{
border-color: #BAAFF6;
}
.TagClassName
{
border-color: #BAAFF6;
}
</style>