Shades of Melrose #BDADFF
Tints of Melrose #BDADFF
RGB
CMYK
RGB Variations
Color information
#BDADFF (or 0xBDADFF) is known color: Melrose. HEX triplet: BD, AD and FF. RGB value is (189,173,255). Sum of RGB (Red+Green+Blue) = 189+173+255=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDADFF is #425200. Grayscale: #BABABA. Windows color (decimal): -4346369 or 16756157. OLE color: 16756157.
HSL color Cylindrical-coordinate representation of color #BDADFF: hue angle of 251.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDADFF is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 173 | 255 | - |
| CMYK | 0.26 | 0.32 | 0 | 0 |
| HSL | 251.71º | 1% | 0.84% | - |
| HSV(B) | 251.71º | 0.32% | 1% | - |
| XYZ | 53.98 | 47.93 | 101.01 | - |
| YUV | 187.13 | 166.3 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 173 | 255 | 0.26 | 0.32 | 0 | 0 | 251.71 | 1 | 0.84 |
| Hex | BD | AD | FF | 1A | 20 | 0 | 0 | FC | 64 | 54 |
| Octal | 275 | 255 | 377 | 32 | 40 | 0 | 0 | 374 | 144 | 124 |
| Binary | 10111101 | 10101101 | 11111111 | 11010 | 100000 | 0 | 0 | 11111100 | 1100100 | 1010100 |
Color Harmonies of #BDADFF
Complementary color
Monochromatic Colors of #BDADFF
Black with #BDADFF
Text Example
Text Example
White with #BDADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDADFF; }
p { color: rgb(189,173,255); }
H1.HeaderClassName
{
color: #BDADFF;
}
.AnyTagClassName
{
color: #BDADFF;
}
</style>
background-color css
<style>
a { background-color: #BDADFF; }
a { background-color: rgb(189,173,255); }
div.DivClassName
{
background-color: #BDADFF;
}
.BgClassName
{
background-color: #BDADFF;
}
</style>
border-color css
<style>
span { border-color: #BDADFF; }
span { border-color: rgb(189,173,255); }
td.TdClassName
{
border-color: #BDADFF;
}
.TagClassName
{
border-color: #BDADFF;
}
</style>