Shades of Melrose #BDA5FF
Tints of Melrose #BDA5FF
RGB
CMYK
RGB Variations
Color information
#BDA5FF (or 0xBDA5FF) is known color: Melrose. HEX triplet: BD, A5 and FF. RGB value is (189,165,255). Sum of RGB (Red+Green+Blue) = 189+165+255=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 165 (64.84% from 255 or 27.09% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDA5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA5FF is #425A00. Grayscale: #B6B6B6. Windows color (decimal): -4348417 or 16754109. OLE color: 16754109.
HSL color Cylindrical-coordinate representation of color #BDA5FF: hue angle of 256º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDA5FF is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 165 | 255 | - |
| CMYK | 0.26 | 0.35 | 0 | 0 |
| HSL | 256º | 1% | 0.82% | - |
| HSV(B) | 256º | 0.35% | 1% | - |
| XYZ | 52.49 | 44.95 | 100.52 | - |
| YUV | 182.44 | 168.95 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 255 | 0.26 | 0.35 | 0 | 0 | 256 | 1 | 0.82 |
| Hex | BD | A5 | FF | 1A | 23 | 0 | 0 | 100 | 64 | 52 |
| Octal | 275 | 245 | 377 | 32 | 43 | 0 | 0 | 400 | 144 | 122 |
| Binary | 10111101 | 10100101 | 11111111 | 11010 | 100011 | 0 | 0 | 100000000 | 1100100 | 1010010 |
Color Harmonies of #BDA5FF
Complementary color
Monochromatic Colors of #BDA5FF
Black with #BDA5FF
Text Example
Text Example
White with #BDA5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5FF; }
p { color: rgb(189,165,255); }
H1.HeaderClassName
{
color: #BDA5FF;
}
.AnyTagClassName
{
color: #BDA5FF;
}
</style>
background-color css
<style>
a { background-color: #BDA5FF; }
a { background-color: rgb(189,165,255); }
div.DivClassName
{
background-color: #BDA5FF;
}
.BgClassName
{
background-color: #BDA5FF;
}
</style>
border-color css
<style>
span { border-color: #BDA5FF; }
span { border-color: rgb(189,165,255); }
td.TdClassName
{
border-color: #BDA5FF;
}
.TagClassName
{
border-color: #BDA5FF;
}
</style>