Shades of Melrose #BDABEA
Tints of Melrose #BDABEA
RGB
CMYK
RGB Variations
Color information
#BDABEA (or 0xBDABEA) is known color: Melrose. HEX triplet: BD, AB and EA. RGB value is (189,171,234). Sum of RGB (Red+Green+Blue) = 189+171+234=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDABEA is #425415. Grayscale: #B7B7B7. Windows color (decimal): -4346902 or 15379389. OLE color: 15379389.
HSL color Cylindrical-coordinate representation of color #BDABEA: hue angle of 257.14º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDABEA is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 171 | 234 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.08 |
| HSL | 257.14º | 0.6% | 0.79% | - |
| HSV(B) | 257.14º | 0.27% | 0.92% | - |
| XYZ | 50.4 | 45.89 | 84.04 | - |
| YUV | 183.56 | 156.46 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 234 | 0.19 | 0.27 | 0 | 0.08 | 257.14 | 0.6 | 0.79 |
| Hex | BD | AB | EA | 13 | 1B | 0 | 8 | 101 | 3C | 4F |
| Octal | 275 | 253 | 352 | 23 | 33 | 0 | 10 | 401 | 74 | 117 |
| Binary | 10111101 | 10101011 | 11101010 | 10011 | 11011 | 0 | 1000 | 100000001 | 111100 | 1001111 |
Color Harmonies of #BDABEA
Complementary color
Monochromatic Colors of #BDABEA
Black with #BDABEA
Text Example
Text Example
White with #BDABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDABEA; }
p { color: rgb(189,171,234); }
H1.HeaderClassName
{
color: #BDABEA;
}
.AnyTagClassName
{
color: #BDABEA;
}
</style>
background-color css
<style>
a { background-color: #BDABEA; }
a { background-color: rgb(189,171,234); }
div.DivClassName
{
background-color: #BDABEA;
}
.BgClassName
{
background-color: #BDABEA;
}
</style>
border-color css
<style>
span { border-color: #BDABEA; }
span { border-color: rgb(189,171,234); }
td.TdClassName
{
border-color: #BDABEA;
}
.TagClassName
{
border-color: #BDABEA;
}
</style>