Shades of Melrose #BDACEF
Tints of Melrose #BDACEF
RGB
CMYK
RGB Variations
Color information
#BDACEF (or 0xBDACEF) is known color: Melrose. HEX triplet: BD, AC and EF. RGB value is (189,172,239). Sum of RGB (Red+Green+Blue) = 189+172+239=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDACEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDACEF is #425310. Grayscale: #B8B8B8. Windows color (decimal): -4346641 or 15707325. OLE color: 15707325.
HSL color Cylindrical-coordinate representation of color #BDACEF: hue angle of 255.22º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDACEF is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 172 | 239 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.06 |
| HSL | 255.22º | 0.68% | 0.81% | - |
| HSV(B) | 255.22º | 0.28% | 0.94% | - |
| XYZ | 51.32 | 46.56 | 87.94 | - |
| YUV | 184.72 | 158.63 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 239 | 0.21 | 0.28 | 0 | 0.06 | 255.22 | 0.68 | 0.81 |
| Hex | BD | AC | EF | 15 | 1C | 0 | 6 | FF | 44 | 51 |
| Octal | 275 | 254 | 357 | 25 | 34 | 0 | 6 | 377 | 104 | 121 |
| Binary | 10111101 | 10101100 | 11101111 | 10101 | 11100 | 0 | 110 | 11111111 | 1000100 | 1010001 |
Color Harmonies of #BDACEF
Complementary color
Monochromatic Colors of #BDACEF
Black with #BDACEF
Text Example
Text Example
White with #BDACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDACEF; }
p { color: rgb(189,172,239); }
H1.HeaderClassName
{
color: #BDACEF;
}
.AnyTagClassName
{
color: #BDACEF;
}
</style>
background-color css
<style>
a { background-color: #BDACEF; }
a { background-color: rgb(189,172,239); }
div.DivClassName
{
background-color: #BDACEF;
}
.BgClassName
{
background-color: #BDACEF;
}
</style>
border-color css
<style>
span { border-color: #BDACEF; }
span { border-color: rgb(189,172,239); }
td.TdClassName
{
border-color: #BDACEF;
}
.TagClassName
{
border-color: #BDACEF;
}
</style>