Shades of Melrose #BFB3F2
Tints of Melrose #BFB3F2
RGB
CMYK
RGB Variations
Color information
#BFB3F2 (or 0xBFB3F2) is known color: Melrose. HEX triplet: BF, B3 and F2. RGB value is (191,179,242). Sum of RGB (Red+Green+Blue) = 191+179+242=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 179 (70.31% from 255 or 29.25% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFB3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB3F2 is #404C0D. Grayscale: #BDBDBD. Windows color (decimal): -4213774 or 15905727. OLE color: 15905727.
HSL color Cylindrical-coordinate representation of color #BFB3F2: hue angle of 251.43º degrees, saturation: 0.71, 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 #BFB3F2 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 179 | 242 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.05 |
| HSL | 251.43º | 0.71% | 0.83% | - |
| HSV(B) | 251.43º | 0.26% | 0.95% | - |
| XYZ | 53.63 | 49.73 | 90.78 | - |
| YUV | 189.77 | 157.48 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 242 | 0.21 | 0.26 | 0 | 0.05 | 251.43 | 0.71 | 0.83 |
| Hex | BF | B3 | F2 | 15 | 1A | 0 | 5 | FB | 47 | 53 |
| Octal | 277 | 263 | 362 | 25 | 32 | 0 | 5 | 373 | 107 | 123 |
| Binary | 10111111 | 10110011 | 11110010 | 10101 | 11010 | 0 | 101 | 11111011 | 1000111 | 1010011 |
Color Harmonies of #BFB3F2
Complementary color
Monochromatic Colors of #BFB3F2
Black with #BFB3F2
Text Example
Text Example
White with #BFB3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB3F2; }
p { color: rgb(191,179,242); }
H1.HeaderClassName
{
color: #BFB3F2;
}
.AnyTagClassName
{
color: #BFB3F2;
}
</style>
background-color css
<style>
a { background-color: #BFB3F2; }
a { background-color: rgb(191,179,242); }
div.DivClassName
{
background-color: #BFB3F2;
}
.BgClassName
{
background-color: #BFB3F2;
}
</style>
border-color css
<style>
span { border-color: #BFB3F2; }
span { border-color: rgb(191,179,242); }
td.TdClassName
{
border-color: #BFB3F2;
}
.TagClassName
{
border-color: #BFB3F2;
}
</style>