Shades of Melrose #BFA8F9
Tints of Melrose #BFA8F9
RGB
CMYK
RGB Variations
Color information
#BFA8F9 (or 0xBFA8F9) is known color: Melrose. HEX triplet: BF, A8 and F9. RGB value is (191,168,249). Sum of RGB (Red+Green+Blue) = 191+168+249=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 168 (66.02% from 255 or 27.63% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFA8F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA8F9 is #405706. Grayscale: #B7B7B7. Windows color (decimal): -4216583 or 16361663. OLE color: 16361663.
HSL color Cylindrical-coordinate representation of color #BFA8F9: hue angle of 257.04º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFA8F9 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 168 | 249 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.02 |
| HSL | 257.04º | 0.87% | 0.82% | - |
| HSV(B) | 257.04º | 0.33% | 0.98% | - |
| XYZ | 52.59 | 45.92 | 95.71 | - |
| YUV | 184.11 | 164.62 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 249 | 0.23 | 0.33 | 0 | 0.02 | 257.04 | 0.87 | 0.82 |
| Hex | BF | A8 | F9 | 17 | 21 | 0 | 2 | 101 | 57 | 52 |
| Octal | 277 | 250 | 371 | 27 | 41 | 0 | 2 | 401 | 127 | 122 |
| Binary | 10111111 | 10101000 | 11111001 | 10111 | 100001 | 0 | 10 | 100000001 | 1010111 | 1010010 |
Color Harmonies of #BFA8F9
Complementary color
Monochromatic Colors of #BFA8F9
Black with #BFA8F9
Text Example
Text Example
White with #BFA8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA8F9; }
p { color: rgb(191,168,249); }
H1.HeaderClassName
{
color: #BFA8F9;
}
.AnyTagClassName
{
color: #BFA8F9;
}
</style>
background-color css
<style>
a { background-color: #BFA8F9; }
a { background-color: rgb(191,168,249); }
div.DivClassName
{
background-color: #BFA8F9;
}
.BgClassName
{
background-color: #BFA8F9;
}
</style>
border-color css
<style>
span { border-color: #BFA8F9; }
span { border-color: rgb(191,168,249); }
td.TdClassName
{
border-color: #BFA8F9;
}
.TagClassName
{
border-color: #BFA8F9;
}
</style>