Shades of Melrose #BDB3EF
Tints of Melrose #BDB3EF
RGB
CMYK
RGB Variations
Color information
#BDB3EF (or 0xBDB3EF) is known color: Melrose. HEX triplet: BD, B3 and EF. RGB value is (189,179,239). Sum of RGB (Red+Green+Blue) = 189+179+239=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 179 (70.31% from 255 or 29.49% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDB3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB3EF is #424C10. Grayscale: #BCBCBC. Windows color (decimal): -4344849 or 15709117. OLE color: 15709117.
HSL color Cylindrical-coordinate representation of color #BDB3EF: hue angle of 250º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDB3EF is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 179 | 239 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.06 |
| HSL | 250º | 0.65% | 0.82% | - |
| HSV(B) | 250º | 0.25% | 0.94% | - |
| XYZ | 52.69 | 49.29 | 88.4 | - |
| YUV | 188.83 | 156.31 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 239 | 0.21 | 0.25 | 0 | 0.06 | 250 | 0.65 | 0.82 |
| Hex | BD | B3 | EF | 15 | 19 | 0 | 6 | FA | 41 | 52 |
| Octal | 275 | 263 | 357 | 25 | 31 | 0 | 6 | 372 | 101 | 122 |
| Binary | 10111101 | 10110011 | 11101111 | 10101 | 11001 | 0 | 110 | 11111010 | 1000001 | 1010010 |
Color Harmonies of #BDB3EF
Complementary color
Monochromatic Colors of #BDB3EF
Black with #BDB3EF
Text Example
Text Example
White with #BDB3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB3EF; }
p { color: rgb(189,179,239); }
H1.HeaderClassName
{
color: #BDB3EF;
}
.AnyTagClassName
{
color: #BDB3EF;
}
</style>
background-color css
<style>
a { background-color: #BDB3EF; }
a { background-color: rgb(189,179,239); }
div.DivClassName
{
background-color: #BDB3EF;
}
.BgClassName
{
background-color: #BDB3EF;
}
</style>
border-color css
<style>
span { border-color: #BDB3EF; }
span { border-color: rgb(189,179,239); }
td.TdClassName
{
border-color: #BDB3EF;
}
.TagClassName
{
border-color: #BDB3EF;
}
</style>