Shades of Melrose #BAAEF6
Tints of Melrose #BAAEF6
RGB
CMYK
RGB Variations
Color information
#BAAEF6 (or 0xBAAEF6) is known color: Melrose. HEX triplet: BA, AE and F6. RGB value is (186,174,246). Sum of RGB (Red+Green+Blue) = 186+174+246=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 246 (96.48% from 255 or 40.59% from 606); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAAEF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAEF6 is #455109. Grayscale: #B9B9B9. Windows color (decimal): -4542730 or 16166586. OLE color: 16166586.
HSL color Cylindrical-coordinate representation of color #BAAEF6: hue angle of 250º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAAEF6 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 174 | 246 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.04 |
| HSL | 250º | 0.8% | 0.82% | - |
| HSV(B) | 250º | 0.29% | 0.96% | - |
| XYZ | 52.02 | 47.37 | 93.59 | - |
| YUV | 185.8 | 161.98 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 246 | 0.24 | 0.29 | 0 | 0.04 | 250 | 0.8 | 0.82 |
| Hex | BA | AE | F6 | 18 | 1D | 0 | 4 | FA | 50 | 52 |
| Octal | 272 | 256 | 366 | 30 | 35 | 0 | 4 | 372 | 120 | 122 |
| Binary | 10111010 | 10101110 | 11110110 | 11000 | 11101 | 0 | 100 | 11111010 | 1010000 | 1010010 |
Color Harmonies of #BAAEF6
Complementary color
Monochromatic Colors of #BAAEF6
Black with #BAAEF6
Text Example
Text Example
White with #BAAEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAEF6; }
p { color: rgb(186,174,246); }
H1.HeaderClassName
{
color: #BAAEF6;
}
.AnyTagClassName
{
color: #BAAEF6;
}
</style>
background-color css
<style>
a { background-color: #BAAEF6; }
a { background-color: rgb(186,174,246); }
div.DivClassName
{
background-color: #BAAEF6;
}
.BgClassName
{
background-color: #BAAEF6;
}
</style>
border-color css
<style>
span { border-color: #BAAEF6; }
span { border-color: rgb(186,174,246); }
td.TdClassName
{
border-color: #BAAEF6;
}
.TagClassName
{
border-color: #BAAEF6;
}
</style>