Shades of Melrose #BFAAFC
Tints of Melrose #BFAAFC
RGB
CMYK
RGB Variations
Color information
#BFAAFC (or 0xBFAAFC) is known color: Melrose. HEX triplet: BF, AA and FC. RGB value is (191,170,252). Sum of RGB (Red+Green+Blue) = 191+170+252=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFAAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAAFC is #405503. Grayscale: #B9B9B9. Windows color (decimal): -4216068 or 16558783. OLE color: 16558783.
HSL color Cylindrical-coordinate representation of color #BFAAFC: hue angle of 255.37º 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 #BFAAFC is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 170 | 252 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.01 |
| HSL | 255.37º | 0.93% | 0.83% | - |
| HSV(B) | 255.37º | 0.33% | 0.99% | - |
| XYZ | 53.43 | 46.85 | 98.32 | - |
| YUV | 185.63 | 165.46 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 252 | 0.24 | 0.33 | 0 | 0.01 | 255.37 | 0.93 | 0.83 |
| Hex | BF | AA | FC | 18 | 21 | 0 | 1 | FF | 5D | 53 |
| Octal | 277 | 252 | 374 | 30 | 41 | 0 | 1 | 377 | 135 | 123 |
| Binary | 10111111 | 10101010 | 11111100 | 11000 | 100001 | 0 | 1 | 11111111 | 1011101 | 1010011 |
Color Harmonies of #BFAAFC
Complementary color
Monochromatic Colors of #BFAAFC
Black with #BFAAFC
Text Example
Text Example
White with #BFAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAAFC; }
p { color: rgb(191,170,252); }
H1.HeaderClassName
{
color: #BFAAFC;
}
.AnyTagClassName
{
color: #BFAAFC;
}
</style>
background-color css
<style>
a { background-color: #BFAAFC; }
a { background-color: rgb(191,170,252); }
div.DivClassName
{
background-color: #BFAAFC;
}
.BgClassName
{
background-color: #BFAAFC;
}
</style>
border-color css
<style>
span { border-color: #BFAAFC; }
span { border-color: rgb(191,170,252); }
td.TdClassName
{
border-color: #BFAAFC;
}
.TagClassName
{
border-color: #BFAAFC;
}
</style>