Shades of Melrose #BDADEA
Tints of Melrose #BDADEA
RGB
CMYK
RGB Variations
Color information
#BDADEA (or 0xBDADEA) is known color: Melrose. HEX triplet: BD, AD and EA. RGB value is (189,173,234). Sum of RGB (Red+Green+Blue) = 189+173+234=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDADEA is #425215. Grayscale: #B8B8B8. Windows color (decimal): -4346390 or 15379901. OLE color: 15379901.
HSL color Cylindrical-coordinate representation of color #BDADEA: hue angle of 255.74º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDADEA is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 173 | 234 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.08 |
| HSL | 255.74º | 0.59% | 0.8% | - |
| HSV(B) | 255.74º | 0.26% | 0.92% | - |
| XYZ | 50.78 | 46.65 | 84.17 | - |
| YUV | 184.74 | 155.8 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 173 | 234 | 0.19 | 0.26 | 0 | 0.08 | 255.74 | 0.59 | 0.8 |
| Hex | BD | AD | EA | 13 | 1A | 0 | 8 | 100 | 3B | 50 |
| Octal | 275 | 255 | 352 | 23 | 32 | 0 | 10 | 400 | 73 | 120 |
| Binary | 10111101 | 10101101 | 11101010 | 10011 | 11010 | 0 | 1000 | 100000000 | 111011 | 1010000 |
Color Harmonies of #BDADEA
Complementary color
Monochromatic Colors of #BDADEA
Black with #BDADEA
Text Example
Text Example
White with #BDADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDADEA; }
p { color: rgb(189,173,234); }
H1.HeaderClassName
{
color: #BDADEA;
}
.AnyTagClassName
{
color: #BDADEA;
}
</style>
background-color css
<style>
a { background-color: #BDADEA; }
a { background-color: rgb(189,173,234); }
div.DivClassName
{
background-color: #BDADEA;
}
.BgClassName
{
background-color: #BDADEA;
}
</style>
border-color css
<style>
span { border-color: #BDADEA; }
span { border-color: rgb(189,173,234); }
td.TdClassName
{
border-color: #BDADEA;
}
.TagClassName
{
border-color: #BDADEA;
}
</style>