Shades of Melrose #BDA8EE
Tints of Melrose #BDA8EE
RGB
CMYK
RGB Variations
Color information
#BDA8EE (or 0xBDA8EE) is known color: Melrose. HEX triplet: BD, A8 and EE. RGB value is (189,168,238). Sum of RGB (Red+Green+Blue) = 189+168+238=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDA8EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA8EE is #425711. Grayscale: #B6B6B6. Windows color (decimal): -4347666 or 15640765. OLE color: 15640765.
HSL color Cylindrical-coordinate representation of color #BDA8EE: hue angle of 258º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDA8EE is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 168 | 238 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.07 |
| HSL | 258º | 0.67% | 0.8% | - |
| HSV(B) | 258º | 0.29% | 0.93% | - |
| XYZ | 50.42 | 45 | 86.92 | - |
| YUV | 182.26 | 159.46 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 238 | 0.21 | 0.29 | 0 | 0.07 | 258 | 0.67 | 0.8 |
| Hex | BD | A8 | EE | 15 | 1D | 0 | 7 | 102 | 43 | 50 |
| Octal | 275 | 250 | 356 | 25 | 35 | 0 | 7 | 402 | 103 | 120 |
| Binary | 10111101 | 10101000 | 11101110 | 10101 | 11101 | 0 | 111 | 100000010 | 1000011 | 1010000 |
Color Harmonies of #BDA8EE
Complementary color
Monochromatic Colors of #BDA8EE
Black with #BDA8EE
Text Example
Text Example
White with #BDA8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA8EE; }
p { color: rgb(189,168,238); }
H1.HeaderClassName
{
color: #BDA8EE;
}
.AnyTagClassName
{
color: #BDA8EE;
}
</style>
background-color css
<style>
a { background-color: #BDA8EE; }
a { background-color: rgb(189,168,238); }
div.DivClassName
{
background-color: #BDA8EE;
}
.BgClassName
{
background-color: #BDA8EE;
}
</style>
border-color css
<style>
span { border-color: #BDA8EE; }
span { border-color: rgb(189,168,238); }
td.TdClassName
{
border-color: #BDA8EE;
}
.TagClassName
{
border-color: #BDA8EE;
}
</style>