Shades of Melrose #BDB3DF
Tints of Melrose #BDB3DF
RGB
CMYK
RGB Variations
Color information
#BDB3DF (or 0xBDB3DF) is known color: Melrose. HEX triplet: BD, B3 and DF. RGB value is (189,179,223). Sum of RGB (Red+Green+Blue) = 189+179+223=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDB3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB3DF is #424C20. Grayscale: #BABABA. Windows color (decimal): -4344865 or 14660541. OLE color: 14660541.
HSL color Cylindrical-coordinate representation of color #BDB3DF: hue angle of 253.64º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDB3DF is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 179 | 223 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.13 |
| HSL | 253.64º | 0.41% | 0.79% | - |
| HSV(B) | 253.64º | 0.2% | 0.87% | - |
| XYZ | 50.43 | 48.39 | 76.49 | - |
| YUV | 187.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 223 | 0.15 | 0.20 | 0 | 0.13 | 253.64 | 0.41 | 0.79 |
| Hex | BD | B3 | DF | F | 14 | 0 | D | FE | 29 | 4F |
| Octal | 275 | 263 | 337 | 17 | 24 | 0 | 15 | 376 | 51 | 117 |
| Binary | 10111101 | 10110011 | 11011111 | 1111 | 10100 | 0 | 1101 | 11111110 | 101001 | 1001111 |
Color Harmonies of #BDB3DF
Complementary color
Monochromatic Colors of #BDB3DF
Black with #BDB3DF
Text Example
Text Example
White with #BDB3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB3DF; }
p { color: rgb(189,179,223); }
H1.HeaderClassName
{
color: #BDB3DF;
}
.AnyTagClassName
{
color: #BDB3DF;
}
</style>
background-color css
<style>
a { background-color: #BDB3DF; }
a { background-color: rgb(189,179,223); }
div.DivClassName
{
background-color: #BDB3DF;
}
.BgClassName
{
background-color: #BDB3DF;
}
</style>
border-color css
<style>
span { border-color: #BDB3DF; }
span { border-color: rgb(189,179,223); }
td.TdClassName
{
border-color: #BDB3DF;
}
.TagClassName
{
border-color: #BDB3DF;
}
</style>