Shades of Melrose #BAAFDD
Tints of Melrose #BAAFDD
RGB
CMYK
RGB Variations
Color information
#BAAFDD (or 0xBAAFDD) is known color: Melrose. HEX triplet: BA, AF and DD. RGB value is (186,175,221). Sum of RGB (Red+Green+Blue) = 186+175+221=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAAFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFDD is #455022. Grayscale: #B7B7B7. Windows color (decimal): -4542499 or 14528442. OLE color: 14528442.
HSL color Cylindrical-coordinate representation of color #BAAFDD: hue angle of 254.35º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAAFDD is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 175 | 221 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.13 |
| HSL | 254.35º | 0.4% | 0.78% | - |
| HSV(B) | 254.35º | 0.21% | 0.87% | - |
| XYZ | 48.63 | 46.32 | 74.78 | - |
| YUV | 183.53 | 149.14 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 175 | 221 | 0.16 | 0.21 | 0 | 0.13 | 254.35 | 0.4 | 0.78 |
| Hex | BA | AF | DD | 10 | 15 | 0 | D | FE | 28 | 4E |
| Octal | 272 | 257 | 335 | 20 | 25 | 0 | 15 | 376 | 50 | 116 |
| Binary | 10111010 | 10101111 | 11011101 | 10000 | 10101 | 0 | 1101 | 11111110 | 101000 | 1001110 |
Color Harmonies of #BAAFDD
Complementary color
Monochromatic Colors of #BAAFDD
Black with #BAAFDD
Text Example
Text Example
White with #BAAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAFDD; }
p { color: rgb(186,175,221); }
H1.HeaderClassName
{
color: #BAAFDD;
}
.AnyTagClassName
{
color: #BAAFDD;
}
</style>
background-color css
<style>
a { background-color: #BAAFDD; }
a { background-color: rgb(186,175,221); }
div.DivClassName
{
background-color: #BAAFDD;
}
.BgClassName
{
background-color: #BAAFDD;
}
</style>
border-color css
<style>
span { border-color: #BAAFDD; }
span { border-color: rgb(186,175,221); }
td.TdClassName
{
border-color: #BAAFDD;
}
.TagClassName
{
border-color: #BAAFDD;
}
</style>