Shades of Melrose #BFA9F2
Tints of Melrose #BFA9F2
RGB
CMYK
RGB Variations
Color information
#BFA9F2 (or 0xBFA9F2) is known color: Melrose. HEX triplet: BF, A9 and F2. RGB value is (191,169,242). Sum of RGB (Red+Green+Blue) = 191+169+242=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 169 (66.41% from 255 or 28.07% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFA9F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA9F2 is #40560D. Grayscale: #B7B7B7. Windows color (decimal): -4216334 or 15903167. OLE color: 15903167.
HSL color Cylindrical-coordinate representation of color #BFA9F2: hue angle of 258.08º degrees, saturation: 0.74, 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 #BFA9F2 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 169 | 242 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.05 |
| HSL | 258.08º | 0.74% | 0.81% | - |
| HSV(B) | 258.08º | 0.3% | 0.95% | - |
| XYZ | 51.7 | 45.86 | 90.13 | - |
| YUV | 183.9 | 160.79 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 169 | 242 | 0.21 | 0.30 | 0 | 0.05 | 258.08 | 0.74 | 0.81 |
| Hex | BF | A9 | F2 | 15 | 1E | 0 | 5 | 102 | 4A | 51 |
| Octal | 277 | 251 | 362 | 25 | 36 | 0 | 5 | 402 | 112 | 121 |
| Binary | 10111111 | 10101001 | 11110010 | 10101 | 11110 | 0 | 101 | 100000010 | 1001010 | 1010001 |
Color Harmonies of #BFA9F2
Complementary color
Monochromatic Colors of #BFA9F2
Black with #BFA9F2
Text Example
Text Example
White with #BFA9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA9F2; }
p { color: rgb(191,169,242); }
H1.HeaderClassName
{
color: #BFA9F2;
}
.AnyTagClassName
{
color: #BFA9F2;
}
</style>
background-color css
<style>
a { background-color: #BFA9F2; }
a { background-color: rgb(191,169,242); }
div.DivClassName
{
background-color: #BFA9F2;
}
.BgClassName
{
background-color: #BFA9F2;
}
</style>
border-color css
<style>
span { border-color: #BFA9F2; }
span { border-color: rgb(191,169,242); }
td.TdClassName
{
border-color: #BFA9F2;
}
.TagClassName
{
border-color: #BFA9F2;
}
</style>