Shades of Melrose #BDAAF2
Tints of Melrose #BDAAF2
RGB
CMYK
RGB Variations
Color information
#BDAAF2 (or 0xBDAAF2) is known color: Melrose. HEX triplet: BD, AA and F2. RGB value is (189,170,242). Sum of RGB (Red+Green+Blue) = 189+170+242=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDAAF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAAF2 is #42550D. Grayscale: #B7B7B7. Windows color (decimal): -4347150 or 15903421. OLE color: 15903421.
HSL color Cylindrical-coordinate representation of color #BDAAF2: hue angle of 255.83º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDAAF2 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 170 | 242 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.05 |
| HSL | 255.83º | 0.73% | 0.81% | - |
| HSV(B) | 255.83º | 0.3% | 0.95% | - |
| XYZ | 51.39 | 45.98 | 90.17 | - |
| YUV | 183.89 | 160.79 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 242 | 0.22 | 0.30 | 0 | 0.05 | 255.83 | 0.73 | 0.81 |
| Hex | BD | AA | F2 | 16 | 1E | 0 | 5 | 100 | 49 | 51 |
| Octal | 275 | 252 | 362 | 26 | 36 | 0 | 5 | 400 | 111 | 121 |
| Binary | 10111101 | 10101010 | 11110010 | 10110 | 11110 | 0 | 101 | 100000000 | 1001001 | 1010001 |
Color Harmonies of #BDAAF2
Complementary color
Monochromatic Colors of #BDAAF2
Black with #BDAAF2
Text Example
Text Example
White with #BDAAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAAF2; }
p { color: rgb(189,170,242); }
H1.HeaderClassName
{
color: #BDAAF2;
}
.AnyTagClassName
{
color: #BDAAF2;
}
</style>
background-color css
<style>
a { background-color: #BDAAF2; }
a { background-color: rgb(189,170,242); }
div.DivClassName
{
background-color: #BDAAF2;
}
.BgClassName
{
background-color: #BDAAF2;
}
</style>
border-color css
<style>
span { border-color: #BDAAF2; }
span { border-color: rgb(189,170,242); }
td.TdClassName
{
border-color: #BDAAF2;
}
.TagClassName
{
border-color: #BDAAF2;
}
</style>