Shades of Melrose #BDABEC
Tints of Melrose #BDABEC
RGB
CMYK
RGB Variations
Color information
#BDABEC (or 0xBDABEC) is known color: Melrose. HEX triplet: BD, AB and EC. RGB value is (189,171,236). Sum of RGB (Red+Green+Blue) = 189+171+236=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDABEC is #425413. Grayscale: #B7B7B7. Windows color (decimal): -4346900 or 15510461. OLE color: 15510461.
HSL color Cylindrical-coordinate representation of color #BDABEC: hue angle of 256.62º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDABEC is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 171 | 236 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.07 |
| HSL | 256.62º | 0.63% | 0.8% | - |
| HSV(B) | 256.62º | 0.28% | 0.93% | - |
| XYZ | 50.69 | 46 | 85.56 | - |
| YUV | 183.79 | 157.46 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 236 | 0.20 | 0.28 | 0 | 0.07 | 256.62 | 0.63 | 0.8 |
| Hex | BD | AB | EC | 14 | 1C | 0 | 7 | 101 | 3F | 50 |
| Octal | 275 | 253 | 354 | 24 | 34 | 0 | 7 | 401 | 77 | 120 |
| Binary | 10111101 | 10101011 | 11101100 | 10100 | 11100 | 0 | 111 | 100000001 | 111111 | 1010000 |
Color Harmonies of #BDABEC
Complementary color
Monochromatic Colors of #BDABEC
Black with #BDABEC
Text Example
Text Example
White with #BDABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDABEC; }
p { color: rgb(189,171,236); }
H1.HeaderClassName
{
color: #BDABEC;
}
.AnyTagClassName
{
color: #BDABEC;
}
</style>
background-color css
<style>
a { background-color: #BDABEC; }
a { background-color: rgb(189,171,236); }
div.DivClassName
{
background-color: #BDABEC;
}
.BgClassName
{
background-color: #BDABEC;
}
</style>
border-color css
<style>
span { border-color: #BDABEC; }
span { border-color: rgb(189,171,236); }
td.TdClassName
{
border-color: #BDABEC;
}
.TagClassName
{
border-color: #BDABEC;
}
</style>