Shades of Melrose #BFA8FC
Tints of Melrose #BFA8FC
RGB
CMYK
RGB Variations
Color information
#BFA8FC (or 0xBFA8FC) is known color: Melrose. HEX triplet: BF, A8 and FC. RGB value is (191,168,252). Sum of RGB (Red+Green+Blue) = 191+168+252=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 168 (66.02% from 255 or 27.50% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFA8FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA8FC is #405703. Grayscale: #B8B8B8. Windows color (decimal): -4216580 or 16558271. OLE color: 16558271.
HSL color Cylindrical-coordinate representation of color #BFA8FC: hue angle of 256.43º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFA8FC is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 168 | 252 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.01 |
| HSL | 256.43º | 0.93% | 0.82% | - |
| HSV(B) | 256.43º | 0.33% | 0.99% | - |
| XYZ | 53.06 | 46.11 | 98.2 | - |
| YUV | 184.45 | 166.12 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 252 | 0.24 | 0.33 | 0 | 0.01 | 256.43 | 0.93 | 0.82 |
| Hex | BF | A8 | FC | 18 | 21 | 0 | 1 | 100 | 5D | 52 |
| Octal | 277 | 250 | 374 | 30 | 41 | 0 | 1 | 400 | 135 | 122 |
| Binary | 10111111 | 10101000 | 11111100 | 11000 | 100001 | 0 | 1 | 100000000 | 1011101 | 1010010 |
Color Harmonies of #BFA8FC
Complementary color
Monochromatic Colors of #BFA8FC
Black with #BFA8FC
Text Example
Text Example
White with #BFA8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA8FC; }
p { color: rgb(191,168,252); }
H1.HeaderClassName
{
color: #BFA8FC;
}
.AnyTagClassName
{
color: #BFA8FC;
}
</style>
background-color css
<style>
a { background-color: #BFA8FC; }
a { background-color: rgb(191,168,252); }
div.DivClassName
{
background-color: #BFA8FC;
}
.BgClassName
{
background-color: #BFA8FC;
}
</style>
border-color css
<style>
span { border-color: #BFA8FC; }
span { border-color: rgb(191,168,252); }
td.TdClassName
{
border-color: #BFA8FC;
}
.TagClassName
{
border-color: #BFA8FC;
}
</style>