Shades of Melrose #BDA6FE
Tints of Melrose #BDA6FE
RGB
CMYK
RGB Variations
Color information
#BDA6FE (or 0xBDA6FE) is known color: Melrose. HEX triplet: BD, A6 and FE. RGB value is (189,166,254). Sum of RGB (Red+Green+Blue) = 189+166+254=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 166 (65.23% from 255 or 27.26% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDA6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA6FE is #425901. Grayscale: #B6B6B6. Windows color (decimal): -4348162 or 16688829. OLE color: 16688829.
HSL color Cylindrical-coordinate representation of color #BDA6FE: hue angle of 255.68º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDA6FE is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 166 | 254 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.00 |
| HSL | 255.68º | 0.98% | 0.82% | - |
| HSV(B) | 255.68º | 0.35% | 1% | - |
| XYZ | 52.51 | 45.25 | 99.73 | - |
| YUV | 182.91 | 168.12 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 254 | 0.26 | 0.35 | 0 | 0.00 | 255.68 | 0.98 | 0.82 |
| Hex | BD | A6 | FE | 1A | 23 | 0 | 0 | 100 | 62 | 52 |
| Octal | 275 | 246 | 376 | 32 | 43 | 0 | 0 | 400 | 142 | 122 |
| Binary | 10111101 | 10100110 | 11111110 | 11010 | 100011 | 0 | 0 | 100000000 | 1100010 | 1010010 |
Color Harmonies of #BDA6FE
Complementary color
Monochromatic Colors of #BDA6FE
Black with #BDA6FE
Text Example
Text Example
White with #BDA6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA6FE; }
p { color: rgb(189,166,254); }
H1.HeaderClassName
{
color: #BDA6FE;
}
.AnyTagClassName
{
color: #BDA6FE;
}
</style>
background-color css
<style>
a { background-color: #BDA6FE; }
a { background-color: rgb(189,166,254); }
div.DivClassName
{
background-color: #BDA6FE;
}
.BgClassName
{
background-color: #BDA6FE;
}
</style>
border-color css
<style>
span { border-color: #BDA6FE; }
span { border-color: rgb(189,166,254); }
td.TdClassName
{
border-color: #BDA6FE;
}
.TagClassName
{
border-color: #BDA6FE;
}
</style>