Shades of Melrose #BDB6F1
Tints of Melrose #BDB6F1
RGB
CMYK
RGB Variations
Color information
#BDB6F1 (or 0xBDB6F1) is known color: Melrose. HEX triplet: BD, B6 and F1. RGB value is (189,182,241). Sum of RGB (Red+Green+Blue) = 189+182+241=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 182 (71.48% from 255 or 29.74% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDB6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB6F1 is #42490E. Grayscale: #BEBEBE. Windows color (decimal): -4344079 or 15840957. OLE color: 15840957.
HSL color Cylindrical-coordinate representation of color #BDB6F1: hue angle of 247.12º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDB6F1 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 182 | 241 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.05 |
| HSL | 247.12º | 0.68% | 0.83% | - |
| HSV(B) | 247.12º | 0.24% | 0.95% | - |
| XYZ | 53.59 | 50.63 | 90.17 | - |
| YUV | 190.82 | 156.32 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 241 | 0.22 | 0.24 | 0 | 0.05 | 247.12 | 0.68 | 0.83 |
| Hex | BD | B6 | F1 | 16 | 18 | 0 | 5 | F7 | 44 | 53 |
| Octal | 275 | 266 | 361 | 26 | 30 | 0 | 5 | 367 | 104 | 123 |
| Binary | 10111101 | 10110110 | 11110001 | 10110 | 11000 | 0 | 101 | 11110111 | 1000100 | 1010011 |
Color Harmonies of #BDB6F1
Complementary color
Monochromatic Colors of #BDB6F1
Black with #BDB6F1
Text Example
Text Example
White with #BDB6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB6F1; }
p { color: rgb(189,182,241); }
H1.HeaderClassName
{
color: #BDB6F1;
}
.AnyTagClassName
{
color: #BDB6F1;
}
</style>
background-color css
<style>
a { background-color: #BDB6F1; }
a { background-color: rgb(189,182,241); }
div.DivClassName
{
background-color: #BDB6F1;
}
.BgClassName
{
background-color: #BDB6F1;
}
</style>
border-color css
<style>
span { border-color: #BDB6F1; }
span { border-color: rgb(189,182,241); }
td.TdClassName
{
border-color: #BDB6F1;
}
.TagClassName
{
border-color: #BDB6F1;
}
</style>