Shades of Melrose #BFA9FC
Tints of Melrose #BFA9FC
RGB
CMYK
RGB Variations
Color information
#BFA9FC (or 0xBFA9FC) is known color: Melrose. HEX triplet: BF, A9 and FC. RGB value is (191,169,252). Sum of RGB (Red+Green+Blue) = 191+169+252=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 169 (66.41% from 255 or 27.61% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFA9FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA9FC is #405603. Grayscale: #B8B8B8. Windows color (decimal): -4216324 or 16558527. OLE color: 16558527.
HSL color Cylindrical-coordinate representation of color #BFA9FC: hue angle of 255.9º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFA9FC is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 169 | 252 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.01 |
| HSL | 255.9º | 0.93% | 0.83% | - |
| HSV(B) | 255.9º | 0.33% | 0.99% | - |
| XYZ | 53.24 | 46.48 | 98.26 | - |
| YUV | 185.04 | 165.79 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 169 | 252 | 0.24 | 0.33 | 0 | 0.01 | 255.9 | 0.93 | 0.83 |
| Hex | BF | A9 | FC | 18 | 21 | 0 | 1 | 100 | 5D | 53 |
| Octal | 277 | 251 | 374 | 30 | 41 | 0 | 1 | 400 | 135 | 123 |
| Binary | 10111111 | 10101001 | 11111100 | 11000 | 100001 | 0 | 1 | 100000000 | 1011101 | 1010011 |
Color Harmonies of #BFA9FC
Complementary color
Monochromatic Colors of #BFA9FC
Black with #BFA9FC
Text Example
Text Example
White with #BFA9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA9FC; }
p { color: rgb(191,169,252); }
H1.HeaderClassName
{
color: #BFA9FC;
}
.AnyTagClassName
{
color: #BFA9FC;
}
</style>
background-color css
<style>
a { background-color: #BFA9FC; }
a { background-color: rgb(191,169,252); }
div.DivClassName
{
background-color: #BFA9FC;
}
.BgClassName
{
background-color: #BFA9FC;
}
</style>
border-color css
<style>
span { border-color: #BFA9FC; }
span { border-color: rgb(191,169,252); }
td.TdClassName
{
border-color: #BFA9FC;
}
.TagClassName
{
border-color: #BFA9FC;
}
</style>