Shades of Melrose #BDB3F2
Tints of Melrose #BDB3F2
RGB
CMYK
RGB Variations
Color information
#BDB3F2 (or 0xBDB3F2) is known color: Melrose. HEX triplet: BD, B3 and F2. RGB value is (189,179,242). Sum of RGB (Red+Green+Blue) = 189+179+242=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 179 (70.31% from 255 or 29.34% from 610); Blue value is 242 (94.92% from 255 or 39.67% from 610); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDB3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB3F2 is #424C0D. Grayscale: #BCBCBC. Windows color (decimal): -4344846 or 15905725. OLE color: 15905725.
HSL color Cylindrical-coordinate representation of color #BDB3F2: hue angle of 249.52º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDB3F2 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 179 | 242 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.05 |
| HSL | 249.52º | 0.71% | 0.83% | - |
| HSV(B) | 249.52º | 0.26% | 0.95% | - |
| XYZ | 53.13 | 49.47 | 90.75 | - |
| YUV | 189.17 | 157.81 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 242 | 0.22 | 0.26 | 0 | 0.05 | 249.52 | 0.71 | 0.83 |
| Hex | BD | B3 | F2 | 16 | 1A | 0 | 5 | FA | 47 | 53 |
| Octal | 275 | 263 | 362 | 26 | 32 | 0 | 5 | 372 | 107 | 123 |
| Binary | 10111101 | 10110011 | 11110010 | 10110 | 11010 | 0 | 101 | 11111010 | 1000111 | 1010011 |
Color Harmonies of #BDB3F2
Complementary color
Monochromatic Colors of #BDB3F2
Black with #BDB3F2
Text Example
Text Example
White with #BDB3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB3F2; }
p { color: rgb(189,179,242); }
H1.HeaderClassName
{
color: #BDB3F2;
}
.AnyTagClassName
{
color: #BDB3F2;
}
</style>
background-color css
<style>
a { background-color: #BDB3F2; }
a { background-color: rgb(189,179,242); }
div.DivClassName
{
background-color: #BDB3F2;
}
.BgClassName
{
background-color: #BDB3F2;
}
</style>
border-color css
<style>
span { border-color: #BDB3F2; }
span { border-color: rgb(189,179,242); }
td.TdClassName
{
border-color: #BDB3F2;
}
.TagClassName
{
border-color: #BDB3F2;
}
</style>