Shades of Melrose #BDABEF
Tints of Melrose #BDABEF
RGB
CMYK
RGB Variations
Color information
#BDABEF (or 0xBDABEF) is known color: Melrose. HEX triplet: BD, AB and EF. RGB value is (189,171,239). Sum of RGB (Red+Green+Blue) = 189+171+239=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDABEF is #425410. Grayscale: #B7B7B7. Windows color (decimal): -4346897 or 15707069. OLE color: 15707069.
HSL color Cylindrical-coordinate representation of color #BDABEF: hue angle of 255.88º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDABEF is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 171 | 239 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.06 |
| HSL | 255.88º | 0.68% | 0.8% | - |
| HSV(B) | 255.88º | 0.28% | 0.94% | - |
| XYZ | 51.13 | 46.18 | 87.88 | - |
| YUV | 184.13 | 158.96 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 239 | 0.21 | 0.28 | 0 | 0.06 | 255.88 | 0.68 | 0.8 |
| Hex | BD | AB | EF | 15 | 1C | 0 | 6 | 100 | 44 | 50 |
| Octal | 275 | 253 | 357 | 25 | 34 | 0 | 6 | 400 | 104 | 120 |
| Binary | 10111101 | 10101011 | 11101111 | 10101 | 11100 | 0 | 110 | 100000000 | 1000100 | 1010000 |
Color Harmonies of #BDABEF
Complementary color
Monochromatic Colors of #BDABEF
Black with #BDABEF
Text Example
Text Example
White with #BDABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDABEF; }
p { color: rgb(189,171,239); }
H1.HeaderClassName
{
color: #BDABEF;
}
.AnyTagClassName
{
color: #BDABEF;
}
</style>
background-color css
<style>
a { background-color: #BDABEF; }
a { background-color: rgb(189,171,239); }
div.DivClassName
{
background-color: #BDABEF;
}
.BgClassName
{
background-color: #BDABEF;
}
</style>
border-color css
<style>
span { border-color: #BDABEF; }
span { border-color: rgb(189,171,239); }
td.TdClassName
{
border-color: #BDABEF;
}
.TagClassName
{
border-color: #BDABEF;
}
</style>