Shades of Melrose #BDA8EF
Tints of Melrose #BDA8EF
RGB
CMYK
RGB Variations
Color information
#BDA8EF (or 0xBDA8EF) is known color: Melrose. HEX triplet: BD, A8 and EF. RGB value is (189,168,239). Sum of RGB (Red+Green+Blue) = 189+168+239=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDA8EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA8EF is #425710. Grayscale: #B6B6B6. Windows color (decimal): -4347665 or 15706301. OLE color: 15706301.
HSL color Cylindrical-coordinate representation of color #BDA8EF: hue angle of 257.75º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDA8EF is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 168 | 239 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.06 |
| HSL | 257.75º | 0.69% | 0.8% | - |
| HSV(B) | 257.75º | 0.3% | 0.94% | - |
| XYZ | 50.57 | 45.06 | 87.69 | - |
| YUV | 182.37 | 159.96 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 239 | 0.21 | 0.30 | 0 | 0.06 | 257.75 | 0.69 | 0.8 |
| Hex | BD | A8 | EF | 15 | 1E | 0 | 6 | 102 | 45 | 50 |
| Octal | 275 | 250 | 357 | 25 | 36 | 0 | 6 | 402 | 105 | 120 |
| Binary | 10111101 | 10101000 | 11101111 | 10101 | 11110 | 0 | 110 | 100000010 | 1000101 | 1010000 |
Color Harmonies of #BDA8EF
Complementary color
Monochromatic Colors of #BDA8EF
Black with #BDA8EF
Text Example
Text Example
White with #BDA8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA8EF; }
p { color: rgb(189,168,239); }
H1.HeaderClassName
{
color: #BDA8EF;
}
.AnyTagClassName
{
color: #BDA8EF;
}
</style>
background-color css
<style>
a { background-color: #BDA8EF; }
a { background-color: rgb(189,168,239); }
div.DivClassName
{
background-color: #BDA8EF;
}
.BgClassName
{
background-color: #BDA8EF;
}
</style>
border-color css
<style>
span { border-color: #BDA8EF; }
span { border-color: rgb(189,168,239); }
td.TdClassName
{
border-color: #BDA8EF;
}
.TagClassName
{
border-color: #BDA8EF;
}
</style>