Shades of Melrose #BDAFE2
Tints of Melrose #BDAFE2
RGB
CMYK
RGB Variations
Color information
#BDAFE2 (or 0xBDAFE2) is known color: Melrose. HEX triplet: BD, AF and E2. RGB value is (189,175,226). Sum of RGB (Red+Green+Blue) = 189+175+226=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 226 (88.67% from 255 or 38.31% from 590); Max value from RGB is 226 - color contains mainly: blue. Hex color #BDAFE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFE2 is #42501D. Grayscale: #B8B8B8. Windows color (decimal): -4345886 or 14856125. OLE color: 14856125.
HSL color Cylindrical-coordinate representation of color #BDAFE2: hue angle of 256.47º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDAFE2 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 175 | 226 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.11 |
| HSL | 256.47º | 0.47% | 0.79% | - |
| HSV(B) | 256.47º | 0.23% | 0.89% | - |
| XYZ | 50.04 | 46.97 | 78.38 | - |
| YUV | 185 | 151.14 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 226 | 0.16 | 0.23 | 0 | 0.11 | 256.47 | 0.47 | 0.79 |
| Hex | BD | AF | E2 | 10 | 17 | 0 | B | 100 | 2F | 4F |
| Octal | 275 | 257 | 342 | 20 | 27 | 0 | 13 | 400 | 57 | 117 |
| Binary | 10111101 | 10101111 | 11100010 | 10000 | 10111 | 0 | 1011 | 100000000 | 101111 | 1001111 |
Color Harmonies of #BDAFE2
Complementary color
Monochromatic Colors of #BDAFE2
Black with #BDAFE2
Text Example
Text Example
White with #BDAFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAFE2; }
p { color: rgb(189,175,226); }
H1.HeaderClassName
{
color: #BDAFE2;
}
.AnyTagClassName
{
color: #BDAFE2;
}
</style>
background-color css
<style>
a { background-color: #BDAFE2; }
a { background-color: rgb(189,175,226); }
div.DivClassName
{
background-color: #BDAFE2;
}
.BgClassName
{
background-color: #BDAFE2;
}
</style>
border-color css
<style>
span { border-color: #BDAFE2; }
span { border-color: rgb(189,175,226); }
td.TdClassName
{
border-color: #BDAFE2;
}
.TagClassName
{
border-color: #BDAFE2;
}
</style>