Shades of Melrose #BDA5F8
Tints of Melrose #BDA5F8
RGB
CMYK
RGB Variations
Color information
#BDA5F8 (or 0xBDA5F8) is known color: Melrose. HEX triplet: BD, A5 and F8. RGB value is (189,165,248). Sum of RGB (Red+Green+Blue) = 189+165+248=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 165 (64.84% from 255 or 27.41% from 602); Blue value is 248 (97.27% from 255 or 41.20% from 602); Max value from RGB is 248 - color contains mainly: blue. Hex color #BDA5F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA5F8 is #425A07. Grayscale: #B5B5B5. Windows color (decimal): -4348424 or 16295357. OLE color: 16295357.
HSL color Cylindrical-coordinate representation of color #BDA5F8: hue angle of 257.35º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDA5F8 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 165 | 248 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.03 |
| HSL | 257.35º | 0.86% | 0.81% | - |
| HSV(B) | 257.35º | 0.33% | 0.97% | - |
| XYZ | 51.38 | 44.51 | 94.69 | - |
| YUV | 181.64 | 165.45 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 248 | 0.24 | 0.33 | 0 | 0.03 | 257.35 | 0.86 | 0.81 |
| Hex | BD | A5 | F8 | 18 | 21 | 0 | 3 | 101 | 56 | 51 |
| Octal | 275 | 245 | 370 | 30 | 41 | 0 | 3 | 401 | 126 | 121 |
| Binary | 10111101 | 10100101 | 11111000 | 11000 | 100001 | 0 | 11 | 100000001 | 1010110 | 1010001 |
Color Harmonies of #BDA5F8
Complementary color
Monochromatic Colors of #BDA5F8
Black with #BDA5F8
Text Example
Text Example
White with #BDA5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5F8; }
p { color: rgb(189,165,248); }
H1.HeaderClassName
{
color: #BDA5F8;
}
.AnyTagClassName
{
color: #BDA5F8;
}
</style>
background-color css
<style>
a { background-color: #BDA5F8; }
a { background-color: rgb(189,165,248); }
div.DivClassName
{
background-color: #BDA5F8;
}
.BgClassName
{
background-color: #BDA5F8;
}
</style>
border-color css
<style>
span { border-color: #BDA5F8; }
span { border-color: rgb(189,165,248); }
td.TdClassName
{
border-color: #BDA5F8;
}
.TagClassName
{
border-color: #BDA5F8;
}
</style>