Shades of Melrose #BDADFE
Tints of Melrose #BDADFE
RGB
CMYK
RGB Variations
Color information
#BDADFE (or 0xBDADFE) is known color: Melrose. HEX triplet: BD, AD and FE. RGB value is (189,173,254). Sum of RGB (Red+Green+Blue) = 189+173+254=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDADFE is #425201. Grayscale: #BABABA. Windows color (decimal): -4346370 or 16690621. OLE color: 16690621.
HSL color Cylindrical-coordinate representation of color #BDADFE: hue angle of 251.85º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDADFE is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 173 | 254 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.00 |
| HSL | 251.85º | 0.98% | 0.84% | - |
| HSV(B) | 251.85º | 0.32% | 1% | - |
| XYZ | 53.82 | 47.86 | 100.17 | - |
| YUV | 187.02 | 165.8 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 173 | 254 | 0.26 | 0.32 | 0 | 0.00 | 251.85 | 0.98 | 0.84 |
| Hex | BD | AD | FE | 1A | 20 | 0 | 0 | FC | 62 | 54 |
| Octal | 275 | 255 | 376 | 32 | 40 | 0 | 0 | 374 | 142 | 124 |
| Binary | 10111101 | 10101101 | 11111110 | 11010 | 100000 | 0 | 0 | 11111100 | 1100010 | 1010100 |
Color Harmonies of #BDADFE
Complementary color
Monochromatic Colors of #BDADFE
Black with #BDADFE
Text Example
Text Example
White with #BDADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDADFE; }
p { color: rgb(189,173,254); }
H1.HeaderClassName
{
color: #BDADFE;
}
.AnyTagClassName
{
color: #BDADFE;
}
</style>
background-color css
<style>
a { background-color: #BDADFE; }
a { background-color: rgb(189,173,254); }
div.DivClassName
{
background-color: #BDADFE;
}
.BgClassName
{
background-color: #BDADFE;
}
</style>
border-color css
<style>
span { border-color: #BDADFE; }
span { border-color: rgb(189,173,254); }
td.TdClassName
{
border-color: #BDADFE;
}
.TagClassName
{
border-color: #BDADFE;
}
</style>