Shades of Melrose #BDB4F1
Tints of Melrose #BDB4F1
RGB
CMYK
RGB Variations
Color information
#BDB4F1 (or 0xBDB4F1) is known color: Melrose. HEX triplet: BD, B4 and F1. RGB value is (189,180,241). Sum of RGB (Red+Green+Blue) = 189+180+241=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 180 (70.70% from 255 or 29.51% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDB4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB4F1 is #424B0E. Grayscale: #BDBDBD. Windows color (decimal): -4344591 or 15840445. OLE color: 15840445.
HSL color Cylindrical-coordinate representation of color #BDB4F1: hue angle of 248.85º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDB4F1 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 180 | 241 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.05 |
| HSL | 248.85º | 0.69% | 0.83% | - |
| HSV(B) | 248.85º | 0.25% | 0.95% | - |
| XYZ | 53.18 | 49.81 | 90.03 | - |
| YUV | 189.65 | 156.98 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 241 | 0.22 | 0.25 | 0 | 0.05 | 248.85 | 0.69 | 0.83 |
| Hex | BD | B4 | F1 | 16 | 19 | 0 | 5 | F9 | 45 | 53 |
| Octal | 275 | 264 | 361 | 26 | 31 | 0 | 5 | 371 | 105 | 123 |
| Binary | 10111101 | 10110100 | 11110001 | 10110 | 11001 | 0 | 101 | 11111001 | 1000101 | 1010011 |
Color Harmonies of #BDB4F1
Complementary color
Monochromatic Colors of #BDB4F1
Black with #BDB4F1
Text Example
Text Example
White with #BDB4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB4F1; }
p { color: rgb(189,180,241); }
H1.HeaderClassName
{
color: #BDB4F1;
}
.AnyTagClassName
{
color: #BDB4F1;
}
</style>
background-color css
<style>
a { background-color: #BDB4F1; }
a { background-color: rgb(189,180,241); }
div.DivClassName
{
background-color: #BDB4F1;
}
.BgClassName
{
background-color: #BDB4F1;
}
</style>
border-color css
<style>
span { border-color: #BDB4F1; }
span { border-color: rgb(189,180,241); }
td.TdClassName
{
border-color: #BDB4F1;
}
.TagClassName
{
border-color: #BDB4F1;
}
</style>