Shades of Melrose #BFAAED
Tints of Melrose #BFAAED
RGB
CMYK
RGB Variations
Color information
#BFAAED (or 0xBFAAED) is known color: Melrose. HEX triplet: BF, AA and ED. RGB value is (191,170,237). Sum of RGB (Red+Green+Blue) = 191+170+237=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFAAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAAED is #405512. Grayscale: #B7B7B7. Windows color (decimal): -4216083 or 15575743. OLE color: 15575743.
HSL color Cylindrical-coordinate representation of color #BFAAED: hue angle of 258.81º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFAAED is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 170 | 237 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.07 |
| HSL | 258.81º | 0.65% | 0.8% | - |
| HSV(B) | 258.81º | 0.28% | 0.93% | - |
| XYZ | 51.15 | 45.94 | 86.29 | - |
| YUV | 183.92 | 157.96 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 237 | 0.19 | 0.28 | 0 | 0.07 | 258.81 | 0.65 | 0.8 |
| Hex | BF | AA | ED | 13 | 1C | 0 | 7 | 103 | 41 | 50 |
| Octal | 277 | 252 | 355 | 23 | 34 | 0 | 7 | 403 | 101 | 120 |
| Binary | 10111111 | 10101010 | 11101101 | 10011 | 11100 | 0 | 111 | 100000011 | 1000001 | 1010000 |
Color Harmonies of #BFAAED
Complementary color
Monochromatic Colors of #BFAAED
Black with #BFAAED
Text Example
Text Example
White with #BFAAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAAED; }
p { color: rgb(191,170,237); }
H1.HeaderClassName
{
color: #BFAAED;
}
.AnyTagClassName
{
color: #BFAAED;
}
</style>
background-color css
<style>
a { background-color: #BFAAED; }
a { background-color: rgb(191,170,237); }
div.DivClassName
{
background-color: #BFAAED;
}
.BgClassName
{
background-color: #BFAAED;
}
</style>
border-color css
<style>
span { border-color: #BFAAED; }
span { border-color: rgb(191,170,237); }
td.TdClassName
{
border-color: #BFAAED;
}
.TagClassName
{
border-color: #BFAAED;
}
</style>