Shades of Melrose #BFB3F3
Tints of Melrose #BFB3F3
RGB
CMYK
RGB Variations
Color information
#BFB3F3 (or 0xBFB3F3) is known color: Melrose. HEX triplet: BF, B3 and F3. RGB value is (191,179,243). Sum of RGB (Red+Green+Blue) = 191+179+243=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 179 (70.31% from 255 or 29.20% from 613); Blue value is 243 (95.31% from 255 or 39.64% from 613); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFB3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB3F3 is #404C0C. Grayscale: #BDBDBD. Windows color (decimal): -4213773 or 15971263. OLE color: 15971263.
HSL color Cylindrical-coordinate representation of color #BFB3F3: hue angle of 251.25º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFB3F3 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 179 | 243 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.05 |
| HSL | 251.25º | 0.73% | 0.83% | - |
| HSV(B) | 251.25º | 0.26% | 0.95% | - |
| XYZ | 53.78 | 49.79 | 91.57 | - |
| YUV | 189.88 | 157.98 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 243 | 0.21 | 0.26 | 0 | 0.05 | 251.25 | 0.73 | 0.83 |
| Hex | BF | B3 | F3 | 15 | 1A | 0 | 5 | FB | 49 | 53 |
| Octal | 277 | 263 | 363 | 25 | 32 | 0 | 5 | 373 | 111 | 123 |
| Binary | 10111111 | 10110011 | 11110011 | 10101 | 11010 | 0 | 101 | 11111011 | 1001001 | 1010011 |
Color Harmonies of #BFB3F3
Complementary color
Monochromatic Colors of #BFB3F3
Black with #BFB3F3
Text Example
Text Example
White with #BFB3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB3F3; }
p { color: rgb(191,179,243); }
H1.HeaderClassName
{
color: #BFB3F3;
}
.AnyTagClassName
{
color: #BFB3F3;
}
</style>
background-color css
<style>
a { background-color: #BFB3F3; }
a { background-color: rgb(191,179,243); }
div.DivClassName
{
background-color: #BFB3F3;
}
.BgClassName
{
background-color: #BFB3F3;
}
</style>
border-color css
<style>
span { border-color: #BFB3F3; }
span { border-color: rgb(191,179,243); }
td.TdClassName
{
border-color: #BFB3F3;
}
.TagClassName
{
border-color: #BFB3F3;
}
</style>