Shades of Melrose #BDB0F6
Tints of Melrose #BDB0F6
RGB
CMYK
RGB Variations
Color information
#BDB0F6 (or 0xBDB0F6) is known color: Melrose. HEX triplet: BD, B0 and F6. RGB value is (189,176,246). Sum of RGB (Red+Green+Blue) = 189+176+246=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDB0F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB0F6 is #424F09. Grayscale: #BBBBBB. Windows color (decimal): -4345610 or 16167101. OLE color: 16167101.
HSL color Cylindrical-coordinate representation of color #BDB0F6: hue angle of 251.14º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDB0F6 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 176 | 246 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.04 |
| HSL | 251.14º | 0.8% | 0.83% | - |
| HSV(B) | 251.14º | 0.28% | 0.96% | - |
| XYZ | 53.15 | 48.52 | 93.75 | - |
| YUV | 187.87 | 160.81 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 246 | 0.23 | 0.28 | 0 | 0.04 | 251.14 | 0.8 | 0.83 |
| Hex | BD | B0 | F6 | 17 | 1C | 0 | 4 | FB | 50 | 53 |
| Octal | 275 | 260 | 366 | 27 | 34 | 0 | 4 | 373 | 120 | 123 |
| Binary | 10111101 | 10110000 | 11110110 | 10111 | 11100 | 0 | 100 | 11111011 | 1010000 | 1010011 |
Color Harmonies of #BDB0F6
Complementary color
Monochromatic Colors of #BDB0F6
Black with #BDB0F6
Text Example
Text Example
White with #BDB0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB0F6; }
p { color: rgb(189,176,246); }
H1.HeaderClassName
{
color: #BDB0F6;
}
.AnyTagClassName
{
color: #BDB0F6;
}
</style>
background-color css
<style>
a { background-color: #BDB0F6; }
a { background-color: rgb(189,176,246); }
div.DivClassName
{
background-color: #BDB0F6;
}
.BgClassName
{
background-color: #BDB0F6;
}
</style>
border-color css
<style>
span { border-color: #BDB0F6; }
span { border-color: rgb(189,176,246); }
td.TdClassName
{
border-color: #BDB0F6;
}
.TagClassName
{
border-color: #BDB0F6;
}
</style>