Shades of Melrose #BDABFF
Tints of Melrose #BDABFF
RGB
CMYK
RGB Variations
Color information
#BDABFF (or 0xBDABFF) is known color: Melrose. HEX triplet: BD, AB and FF. RGB value is (189,171,255). Sum of RGB (Red+Green+Blue) = 189+171+255=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDABFF is #425400. Grayscale: #B9B9B9. Windows color (decimal): -4346881 or 16755645. OLE color: 16755645.
HSL color Cylindrical-coordinate representation of color #BDABFF: hue angle of 252.86º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDABFF is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 171 | 255 | - |
| CMYK | 0.26 | 0.33 | 0 | 0 |
| HSL | 252.86º | 1% | 0.84% | - |
| HSV(B) | 252.86º | 0.33% | 1% | - |
| XYZ | 53.6 | 47.16 | 100.89 | - |
| YUV | 185.96 | 166.96 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 255 | 0.26 | 0.33 | 0 | 0 | 252.86 | 1 | 0.84 |
| Hex | BD | AB | FF | 1A | 21 | 0 | 0 | FD | 64 | 54 |
| Octal | 275 | 253 | 377 | 32 | 41 | 0 | 0 | 375 | 144 | 124 |
| Binary | 10111101 | 10101011 | 11111111 | 11010 | 100001 | 0 | 0 | 11111101 | 1100100 | 1010100 |
Color Harmonies of #BDABFF
Complementary color
Monochromatic Colors of #BDABFF
Black with #BDABFF
Text Example
Text Example
White with #BDABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDABFF; }
p { color: rgb(189,171,255); }
H1.HeaderClassName
{
color: #BDABFF;
}
.AnyTagClassName
{
color: #BDABFF;
}
</style>
background-color css
<style>
a { background-color: #BDABFF; }
a { background-color: rgb(189,171,255); }
div.DivClassName
{
background-color: #BDABFF;
}
.BgClassName
{
background-color: #BDABFF;
}
</style>
border-color css
<style>
span { border-color: #BDABFF; }
span { border-color: rgb(189,171,255); }
td.TdClassName
{
border-color: #BDABFF;
}
.TagClassName
{
border-color: #BDABFF;
}
</style>