Shades of Melrose #BFA8F3
Tints of Melrose #BFA8F3
RGB
CMYK
RGB Variations
Color information
#BFA8F3 (or 0xBFA8F3) is known color: Melrose. HEX triplet: BF, A8 and F3. RGB value is (191,168,243). Sum of RGB (Red+Green+Blue) = 191+168+243=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 168 (66.02% from 255 or 27.91% from 602); Blue value is 243 (95.31% from 255 or 40.37% from 602); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFA8F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA8F3 is #40570C. Grayscale: #B7B7B7. Windows color (decimal): -4216589 or 15968447. OLE color: 15968447.
HSL color Cylindrical-coordinate representation of color #BFA8F3: hue angle of 258.4º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFA8F3 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 168 | 243 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.05 |
| HSL | 258.4º | 0.76% | 0.81% | - |
| HSV(B) | 258.4º | 0.31% | 0.95% | - |
| XYZ | 51.67 | 45.55 | 90.86 | - |
| YUV | 183.43 | 161.62 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 243 | 0.21 | 0.31 | 0 | 0.05 | 258.4 | 0.76 | 0.81 |
| Hex | BF | A8 | F3 | 15 | 1F | 0 | 5 | 102 | 4C | 51 |
| Octal | 277 | 250 | 363 | 25 | 37 | 0 | 5 | 402 | 114 | 121 |
| Binary | 10111111 | 10101000 | 11110011 | 10101 | 11111 | 0 | 101 | 100000010 | 1001100 | 1010001 |
Color Harmonies of #BFA8F3
Complementary color
Monochromatic Colors of #BFA8F3
Black with #BFA8F3
Text Example
Text Example
White with #BFA8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA8F3; }
p { color: rgb(191,168,243); }
H1.HeaderClassName
{
color: #BFA8F3;
}
.AnyTagClassName
{
color: #BFA8F3;
}
</style>
background-color css
<style>
a { background-color: #BFA8F3; }
a { background-color: rgb(191,168,243); }
div.DivClassName
{
background-color: #BFA8F3;
}
.BgClassName
{
background-color: #BFA8F3;
}
</style>
border-color css
<style>
span { border-color: #BFA8F3; }
span { border-color: rgb(191,168,243); }
td.TdClassName
{
border-color: #BFA8F3;
}
.TagClassName
{
border-color: #BFA8F3;
}
</style>