Shades of Melrose #BDB3EE
Tints of Melrose #BDB3EE
RGB
CMYK
RGB Variations
Color information
#BDB3EE (or 0xBDB3EE) is known color: Melrose. HEX triplet: BD, B3 and EE. RGB value is (189,179,238). Sum of RGB (Red+Green+Blue) = 189+179+238=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 179 (70.31% from 255 or 29.54% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDB3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB3EE is #424C11. Grayscale: #BCBCBC. Windows color (decimal): -4344850 or 15643581. OLE color: 15643581.
HSL color Cylindrical-coordinate representation of color #BDB3EE: hue angle of 250.17º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDB3EE is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 179 | 238 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.07 |
| HSL | 250.17º | 0.63% | 0.82% | - |
| HSV(B) | 250.17º | 0.25% | 0.93% | - |
| XYZ | 52.54 | 49.23 | 87.62 | - |
| YUV | 188.72 | 155.81 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 238 | 0.21 | 0.25 | 0 | 0.07 | 250.17 | 0.63 | 0.82 |
| Hex | BD | B3 | EE | 15 | 19 | 0 | 7 | FA | 3F | 52 |
| Octal | 275 | 263 | 356 | 25 | 31 | 0 | 7 | 372 | 77 | 122 |
| Binary | 10111101 | 10110011 | 11101110 | 10101 | 11001 | 0 | 111 | 11111010 | 111111 | 1010010 |
Color Harmonies of #BDB3EE
Complementary color
Monochromatic Colors of #BDB3EE
Black with #BDB3EE
Text Example
Text Example
White with #BDB3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB3EE; }
p { color: rgb(189,179,238); }
H1.HeaderClassName
{
color: #BDB3EE;
}
.AnyTagClassName
{
color: #BDB3EE;
}
</style>
background-color css
<style>
a { background-color: #BDB3EE; }
a { background-color: rgb(189,179,238); }
div.DivClassName
{
background-color: #BDB3EE;
}
.BgClassName
{
background-color: #BDB3EE;
}
</style>
border-color css
<style>
span { border-color: #BDB3EE; }
span { border-color: rgb(189,179,238); }
td.TdClassName
{
border-color: #BDB3EE;
}
.TagClassName
{
border-color: #BDB3EE;
}
</style>