Shades of Melrose #BDA6FF
Tints of Melrose #BDA6FF
RGB
CMYK
RGB Variations
Color information
#BDA6FF (or 0xBDA6FF) is known color: Melrose. HEX triplet: BD, A6 and FF. RGB value is (189,166,255). Sum of RGB (Red+Green+Blue) = 189+166+255=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 166 (65.23% from 255 or 27.21% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDA6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA6FF is #425900. Grayscale: #B6B6B6. Windows color (decimal): -4348161 or 16754365. OLE color: 16754365.
HSL color Cylindrical-coordinate representation of color #BDA6FF: hue angle of 255.51º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDA6FF is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 166 | 255 | - |
| CMYK | 0.26 | 0.35 | 0 | 0 |
| HSL | 255.51º | 1% | 0.83% | - |
| HSV(B) | 255.51º | 0.35% | 1% | - |
| XYZ | 52.67 | 45.31 | 100.58 | - |
| YUV | 183.02 | 168.62 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 255 | 0.26 | 0.35 | 0 | 0 | 255.51 | 1 | 0.83 |
| Hex | BD | A6 | FF | 1A | 23 | 0 | 0 | 100 | 64 | 53 |
| Octal | 275 | 246 | 377 | 32 | 43 | 0 | 0 | 400 | 144 | 123 |
| Binary | 10111101 | 10100110 | 11111111 | 11010 | 100011 | 0 | 0 | 100000000 | 1100100 | 1010011 |
Color Harmonies of #BDA6FF
Complementary color
Monochromatic Colors of #BDA6FF
Black with #BDA6FF
Text Example
Text Example
White with #BDA6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA6FF; }
p { color: rgb(189,166,255); }
H1.HeaderClassName
{
color: #BDA6FF;
}
.AnyTagClassName
{
color: #BDA6FF;
}
</style>
background-color css
<style>
a { background-color: #BDA6FF; }
a { background-color: rgb(189,166,255); }
div.DivClassName
{
background-color: #BDA6FF;
}
.BgClassName
{
background-color: #BDA6FF;
}
</style>
border-color css
<style>
span { border-color: #BDA6FF; }
span { border-color: rgb(189,166,255); }
td.TdClassName
{
border-color: #BDA6FF;
}
.TagClassName
{
border-color: #BDA6FF;
}
</style>