Shades of Melrose #BFAAFD
Tints of Melrose #BFAAFD
RGB
CMYK
RGB Variations
Color information
#BFAAFD (or 0xBFAAFD) is known color: Melrose. HEX triplet: BF, AA and FD. RGB value is (191,170,253). Sum of RGB (Red+Green+Blue) = 191+170+253=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFAAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAAFD is #405502. Grayscale: #B9B9B9. Windows color (decimal): -4216067 or 16624319. OLE color: 16624319.
HSL color Cylindrical-coordinate representation of color #BFAAFD: hue angle of 255.18º degrees, saturation: 0.95, 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 #BFAAFD is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 170 | 253 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.01 |
| HSL | 255.18º | 0.95% | 0.83% | - |
| HSV(B) | 255.18º | 0.33% | 0.99% | - |
| XYZ | 53.59 | 46.92 | 99.16 | - |
| YUV | 185.74 | 165.96 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 253 | 0.25 | 0.33 | 0 | 0.01 | 255.18 | 0.95 | 0.83 |
| Hex | BF | AA | FD | 19 | 21 | 0 | 1 | FF | 5F | 53 |
| Octal | 277 | 252 | 375 | 31 | 41 | 0 | 1 | 377 | 137 | 123 |
| Binary | 10111111 | 10101010 | 11111101 | 11001 | 100001 | 0 | 1 | 11111111 | 1011111 | 1010011 |
Color Harmonies of #BFAAFD
Complementary color
Monochromatic Colors of #BFAAFD
Black with #BFAAFD
Text Example
Text Example
White with #BFAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAAFD; }
p { color: rgb(191,170,253); }
H1.HeaderClassName
{
color: #BFAAFD;
}
.AnyTagClassName
{
color: #BFAAFD;
}
</style>
background-color css
<style>
a { background-color: #BFAAFD; }
a { background-color: rgb(191,170,253); }
div.DivClassName
{
background-color: #BFAAFD;
}
.BgClassName
{
background-color: #BFAAFD;
}
</style>
border-color css
<style>
span { border-color: #BFAAFD; }
span { border-color: rgb(191,170,253); }
td.TdClassName
{
border-color: #BFAAFD;
}
.TagClassName
{
border-color: #BFAAFD;
}
</style>