Shades of Melrose #BDB4F7
Tints of Melrose #BDB4F7
RGB
CMYK
RGB Variations
Color information
#BDB4F7 (or 0xBDB4F7) is known color: Melrose. HEX triplet: BD, B4 and F7. RGB value is (189,180,247). Sum of RGB (Red+Green+Blue) = 189+180+247=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 180 (70.70% from 255 or 29.22% from 616); Blue value is 247 (96.88% from 255 or 40.10% from 616); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDB4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB4F7 is #424B08. Grayscale: #BEBEBE. Windows color (decimal): -4344585 or 16233661. OLE color: 16233661.
HSL color Cylindrical-coordinate representation of color #BDB4F7: hue angle of 248.06º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDB4F7 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 180 | 247 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.03 |
| HSL | 248.06º | 0.81% | 0.84% | - |
| HSV(B) | 248.06º | 0.27% | 0.97% | - |
| XYZ | 54.1 | 50.18 | 94.83 | - |
| YUV | 190.33 | 159.98 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 247 | 0.23 | 0.27 | 0 | 0.03 | 248.06 | 0.81 | 0.84 |
| Hex | BD | B4 | F7 | 17 | 1B | 0 | 3 | F8 | 51 | 54 |
| Octal | 275 | 264 | 367 | 27 | 33 | 0 | 3 | 370 | 121 | 124 |
| Binary | 10111101 | 10110100 | 11110111 | 10111 | 11011 | 0 | 11 | 11111000 | 1010001 | 1010100 |
Color Harmonies of #BDB4F7
Complementary color
Monochromatic Colors of #BDB4F7
Black with #BDB4F7
Text Example
Text Example
White with #BDB4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB4F7; }
p { color: rgb(189,180,247); }
H1.HeaderClassName
{
color: #BDB4F7;
}
.AnyTagClassName
{
color: #BDB4F7;
}
</style>
background-color css
<style>
a { background-color: #BDB4F7; }
a { background-color: rgb(189,180,247); }
div.DivClassName
{
background-color: #BDB4F7;
}
.BgClassName
{
background-color: #BDB4F7;
}
</style>
border-color css
<style>
span { border-color: #BDB4F7; }
span { border-color: rgb(189,180,247); }
td.TdClassName
{
border-color: #BDB4F7;
}
.TagClassName
{
border-color: #BDB4F7;
}
</style>