Shades of Melrose #B9ADFC
Tints of Melrose #B9ADFC
RGB
CMYK
RGB Variations
Color information
#B9ADFC (or 0xB9ADFC) is known color: Melrose. HEX triplet: B9, AD and FC. RGB value is (185,173,252). Sum of RGB (Red+Green+Blue) = 185+173+252=610 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.33% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #B9ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ADFC is #465203. Grayscale: #B9B9B9. Windows color (decimal): -4608516 or 16559545. OLE color: 16559545.
HSL color Cylindrical-coordinate representation of color #B9ADFC: hue angle of 249.11º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9ADFC is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 173 | 252 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.01 |
| HSL | 249.11º | 0.93% | 0.83% | - |
| HSV(B) | 249.11º | 0.31% | 0.99% | - |
| XYZ | 52.52 | 47.23 | 98.44 | - |
| YUV | 185.59 | 165.48 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 252 | 0.27 | 0.31 | 0 | 0.01 | 249.11 | 0.93 | 0.83 |
| Hex | B9 | AD | FC | 1B | 1F | 0 | 1 | F9 | 5D | 53 |
| Octal | 271 | 255 | 374 | 33 | 37 | 0 | 1 | 371 | 135 | 123 |
| Binary | 10111001 | 10101101 | 11111100 | 11011 | 11111 | 0 | 1 | 11111001 | 1011101 | 1010011 |
Color Harmonies of #B9ADFC
Complementary color
Monochromatic Colors of #B9ADFC
Black with #B9ADFC
Text Example
Text Example
White with #B9ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ADFC; }
p { color: rgb(185,173,252); }
H1.HeaderClassName
{
color: #B9ADFC;
}
.AnyTagClassName
{
color: #B9ADFC;
}
</style>
background-color css
<style>
a { background-color: #B9ADFC; }
a { background-color: rgb(185,173,252); }
div.DivClassName
{
background-color: #B9ADFC;
}
.BgClassName
{
background-color: #B9ADFC;
}
</style>
border-color css
<style>
span { border-color: #B9ADFC; }
span { border-color: rgb(185,173,252); }
td.TdClassName
{
border-color: #B9ADFC;
}
.TagClassName
{
border-color: #B9ADFC;
}
</style>