Shades of Melrose #BFAAF2
Tints of Melrose #BFAAF2
RGB
CMYK
RGB Variations
Color information
#BFAAF2 (or 0xBFAAF2) is known color: Melrose. HEX triplet: BF, AA and F2. RGB value is (191,170,242). Sum of RGB (Red+Green+Blue) = 191+170+242=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 242 (94.92% from 255 or 40.13% from 603); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFAAF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAAF2 is #40550D. Grayscale: #B8B8B8. Windows color (decimal): -4216078 or 15903423. OLE color: 15903423.
HSL color Cylindrical-coordinate representation of color #BFAAF2: hue angle of 257.5º 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 #BFAAF2 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 170 | 242 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.05 |
| HSL | 257.5º | 0.73% | 0.81% | - |
| HSV(B) | 257.5º | 0.3% | 0.95% | - |
| XYZ | 51.89 | 46.24 | 90.19 | - |
| YUV | 184.49 | 160.46 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 242 | 0.21 | 0.30 | 0 | 0.05 | 257.5 | 0.73 | 0.81 |
| Hex | BF | AA | F2 | 15 | 1E | 0 | 5 | 102 | 49 | 51 |
| Octal | 277 | 252 | 362 | 25 | 36 | 0 | 5 | 402 | 111 | 121 |
| Binary | 10111111 | 10101010 | 11110010 | 10101 | 11110 | 0 | 101 | 100000010 | 1001001 | 1010001 |
Color Harmonies of #BFAAF2
Complementary color
Monochromatic Colors of #BFAAF2
Black with #BFAAF2
Text Example
Text Example
White with #BFAAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAAF2; }
p { color: rgb(191,170,242); }
H1.HeaderClassName
{
color: #BFAAF2;
}
.AnyTagClassName
{
color: #BFAAF2;
}
</style>
background-color css
<style>
a { background-color: #BFAAF2; }
a { background-color: rgb(191,170,242); }
div.DivClassName
{
background-color: #BFAAF2;
}
.BgClassName
{
background-color: #BFAAF2;
}
</style>
border-color css
<style>
span { border-color: #BFAAF2; }
span { border-color: rgb(191,170,242); }
td.TdClassName
{
border-color: #BFAAF2;
}
.TagClassName
{
border-color: #BFAAF2;
}
</style>