Shades of Melrose #BDADEC
Tints of Melrose #BDADEC
RGB
CMYK
RGB Variations
Color information
#BDADEC (or 0xBDADEC) is known color: Melrose. HEX triplet: BD, AD and EC. RGB value is (189,173,236). Sum of RGB (Red+Green+Blue) = 189+173+236=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDADEC is #425213. Grayscale: #B8B8B8. Windows color (decimal): -4346388 or 15510973. OLE color: 15510973.
HSL color Cylindrical-coordinate representation of color #BDADEC: hue angle of 255.24º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDADEC is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 173 | 236 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.07 |
| HSL | 255.24º | 0.62% | 0.8% | - |
| HSV(B) | 255.24º | 0.27% | 0.93% | - |
| XYZ | 51.07 | 46.76 | 85.69 | - |
| YUV | 184.97 | 156.8 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 173 | 236 | 0.20 | 0.27 | 0 | 0.07 | 255.24 | 0.62 | 0.8 |
| Hex | BD | AD | EC | 14 | 1B | 0 | 7 | FF | 3E | 50 |
| Octal | 275 | 255 | 354 | 24 | 33 | 0 | 7 | 377 | 76 | 120 |
| Binary | 10111101 | 10101101 | 11101100 | 10100 | 11011 | 0 | 111 | 11111111 | 111110 | 1010000 |
Color Harmonies of #BDADEC
Complementary color
Monochromatic Colors of #BDADEC
Black with #BDADEC
Text Example
Text Example
White with #BDADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDADEC; }
p { color: rgb(189,173,236); }
H1.HeaderClassName
{
color: #BDADEC;
}
.AnyTagClassName
{
color: #BDADEC;
}
</style>
background-color css
<style>
a { background-color: #BDADEC; }
a { background-color: rgb(189,173,236); }
div.DivClassName
{
background-color: #BDADEC;
}
.BgClassName
{
background-color: #BDADEC;
}
</style>
border-color css
<style>
span { border-color: #BDADEC; }
span { border-color: rgb(189,173,236); }
td.TdClassName
{
border-color: #BDADEC;
}
.TagClassName
{
border-color: #BDADEC;
}
</style>