Shades of Melrose #BDAAFB
Tints of Melrose #BDAAFB
RGB
CMYK
RGB Variations
Color information
#BDAAFB (or 0xBDAAFB) is known color: Melrose. HEX triplet: BD, AA and FB. RGB value is (189,170,251). Sum of RGB (Red+Green+Blue) = 189+170+251=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDAAFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAAFB is #425504. Grayscale: #B8B8B8. Windows color (decimal): -4347141 or 16493245. OLE color: 16493245.
HSL color Cylindrical-coordinate representation of color #BDAAFB: hue angle of 254.07º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDAAFB is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 170 | 251 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.02 |
| HSL | 254.07º | 0.91% | 0.83% | - |
| HSV(B) | 254.07º | 0.32% | 0.98% | - |
| XYZ | 52.77 | 46.53 | 97.47 | - |
| YUV | 184.92 | 165.29 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 251 | 0.25 | 0.32 | 0 | 0.02 | 254.07 | 0.91 | 0.83 |
| Hex | BD | AA | FB | 19 | 20 | 0 | 2 | FE | 5B | 53 |
| Octal | 275 | 252 | 373 | 31 | 40 | 0 | 2 | 376 | 133 | 123 |
| Binary | 10111101 | 10101010 | 11111011 | 11001 | 100000 | 0 | 10 | 11111110 | 1011011 | 1010011 |
Color Harmonies of #BDAAFB
Complementary color
Monochromatic Colors of #BDAAFB
Black with #BDAAFB
Text Example
Text Example
White with #BDAAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAAFB; }
p { color: rgb(189,170,251); }
H1.HeaderClassName
{
color: #BDAAFB;
}
.AnyTagClassName
{
color: #BDAAFB;
}
</style>
background-color css
<style>
a { background-color: #BDAAFB; }
a { background-color: rgb(189,170,251); }
div.DivClassName
{
background-color: #BDAAFB;
}
.BgClassName
{
background-color: #BDAAFB;
}
</style>
border-color css
<style>
span { border-color: #BDAAFB; }
span { border-color: rgb(189,170,251); }
td.TdClassName
{
border-color: #BDAAFB;
}
.TagClassName
{
border-color: #BDAAFB;
}
</style>