Shades of Melrose #BDACEC
Tints of Melrose #BDACEC
RGB
CMYK
RGB Variations
Color information
#BDACEC (or 0xBDACEC) is known color: Melrose. HEX triplet: BD, AC and EC. RGB value is (189,172,236). Sum of RGB (Red+Green+Blue) = 189+172+236=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDACEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDACEC is #425313. Grayscale: #B8B8B8. Windows color (decimal): -4346644 or 15510717. OLE color: 15510717.
HSL color Cylindrical-coordinate representation of color #BDACEC: hue angle of 255.94º degrees, saturation: 0.63, 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 #BDACEC is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 172 | 236 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.07 |
| HSL | 255.94º | 0.63% | 0.8% | - |
| HSV(B) | 255.94º | 0.27% | 0.93% | - |
| XYZ | 50.88 | 46.38 | 85.63 | - |
| YUV | 184.38 | 157.13 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 236 | 0.20 | 0.27 | 0 | 0.07 | 255.94 | 0.63 | 0.8 |
| Hex | BD | AC | EC | 14 | 1B | 0 | 7 | 100 | 3F | 50 |
| Octal | 275 | 254 | 354 | 24 | 33 | 0 | 7 | 400 | 77 | 120 |
| Binary | 10111101 | 10101100 | 11101100 | 10100 | 11011 | 0 | 111 | 100000000 | 111111 | 1010000 |
Color Harmonies of #BDACEC
Complementary color
Monochromatic Colors of #BDACEC
Black with #BDACEC
Text Example
Text Example
White with #BDACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDACEC; }
p { color: rgb(189,172,236); }
H1.HeaderClassName
{
color: #BDACEC;
}
.AnyTagClassName
{
color: #BDACEC;
}
</style>
background-color css
<style>
a { background-color: #BDACEC; }
a { background-color: rgb(189,172,236); }
div.DivClassName
{
background-color: #BDACEC;
}
.BgClassName
{
background-color: #BDACEC;
}
</style>
border-color css
<style>
span { border-color: #BDACEC; }
span { border-color: rgb(189,172,236); }
td.TdClassName
{
border-color: #BDACEC;
}
.TagClassName
{
border-color: #BDACEC;
}
</style>