Shades of Melrose #BDAFE0
Tints of Melrose #BDAFE0
RGB
CMYK
RGB Variations
Color information
#BDAFE0 (or 0xBDAFE0) is known color: Melrose. HEX triplet: BD, AF and E0. RGB value is (189,175,224). Sum of RGB (Red+Green+Blue) = 189+175+224=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDAFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFE0 is #42501F. Grayscale: #B8B8B8. Windows color (decimal): -4345888 or 14725053. OLE color: 14725053.
HSL color Cylindrical-coordinate representation of color #BDAFE0: hue angle of 257.14º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDAFE0 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 175 | 224 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.12 |
| HSL | 257.14º | 0.44% | 0.78% | - |
| HSV(B) | 257.14º | 0.22% | 0.88% | - |
| XYZ | 49.77 | 46.86 | 76.94 | - |
| YUV | 184.77 | 150.14 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 224 | 0.16 | 0.22 | 0 | 0.12 | 257.14 | 0.44 | 0.78 |
| Hex | BD | AF | E0 | 10 | 16 | 0 | C | 101 | 2C | 4E |
| Octal | 275 | 257 | 340 | 20 | 26 | 0 | 14 | 401 | 54 | 116 |
| Binary | 10111101 | 10101111 | 11100000 | 10000 | 10110 | 0 | 1100 | 100000001 | 101100 | 1001110 |
Color Harmonies of #BDAFE0
Complementary color
Monochromatic Colors of #BDAFE0
Black with #BDAFE0
Text Example
Text Example
White with #BDAFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAFE0; }
p { color: rgb(189,175,224); }
H1.HeaderClassName
{
color: #BDAFE0;
}
.AnyTagClassName
{
color: #BDAFE0;
}
</style>
background-color css
<style>
a { background-color: #BDAFE0; }
a { background-color: rgb(189,175,224); }
div.DivClassName
{
background-color: #BDAFE0;
}
.BgClassName
{
background-color: #BDAFE0;
}
</style>
border-color css
<style>
span { border-color: #BDAFE0; }
span { border-color: rgb(189,175,224); }
td.TdClassName
{
border-color: #BDAFE0;
}
.TagClassName
{
border-color: #BDAFE0;
}
</style>