Shades of Melrose #BAADFD
Tints of Melrose #BAADFD
RGB
CMYK
RGB Variations
Color information
#BAADFD (or 0xBAADFD) is known color: Melrose. HEX triplet: BA, AD and FD. RGB value is (186,173,253). Sum of RGB (Red+Green+Blue) = 186+173+253=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAADFD is #455202. Grayscale: #B9B9B9. Windows color (decimal): -4542979 or 16625082. OLE color: 16625082.
HSL color Cylindrical-coordinate representation of color #BAADFD: hue angle of 249.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAADFD is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 173 | 253 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.01 |
| HSL | 249.75º | 0.95% | 0.84% | - |
| HSV(B) | 249.75º | 0.32% | 0.99% | - |
| XYZ | 52.92 | 47.42 | 99.29 | - |
| YUV | 186.01 | 165.81 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 253 | 0.26 | 0.32 | 0 | 0.01 | 249.75 | 0.95 | 0.84 |
| Hex | BA | AD | FD | 1A | 20 | 0 | 1 | FA | 5F | 54 |
| Octal | 272 | 255 | 375 | 32 | 40 | 0 | 1 | 372 | 137 | 124 |
| Binary | 10111010 | 10101101 | 11111101 | 11010 | 100000 | 0 | 1 | 11111010 | 1011111 | 1010100 |
Color Harmonies of #BAADFD
Complementary color
Monochromatic Colors of #BAADFD
Black with #BAADFD
Text Example
Text Example
White with #BAADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADFD; }
p { color: rgb(186,173,253); }
H1.HeaderClassName
{
color: #BAADFD;
}
.AnyTagClassName
{
color: #BAADFD;
}
</style>
background-color css
<style>
a { background-color: #BAADFD; }
a { background-color: rgb(186,173,253); }
div.DivClassName
{
background-color: #BAADFD;
}
.BgClassName
{
background-color: #BAADFD;
}
</style>
border-color css
<style>
span { border-color: #BAADFD; }
span { border-color: rgb(186,173,253); }
td.TdClassName
{
border-color: #BAADFD;
}
.TagClassName
{
border-color: #BAADFD;
}
</style>