Shades of Melrose #BFB8F2
Tints of Melrose #BFB8F2
RGB
CMYK
RGB Variations
Color information
#BFB8F2 (or 0xBFB8F2) is known color: Melrose. HEX triplet: BF, B8 and F2. RGB value is (191,184,242). Sum of RGB (Red+Green+Blue) = 191+184+242=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 184 (72.27% from 255 or 29.82% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFB8F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB8F2 is #40470D. Grayscale: #C0C0C0. Windows color (decimal): -4212494 or 15907007. OLE color: 15907007.
HSL color Cylindrical-coordinate representation of color #BFB8F2: hue angle of 247.24º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFB8F2 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 184 | 242 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.05 |
| HSL | 247.24º | 0.69% | 0.84% | - |
| HSV(B) | 247.24º | 0.24% | 0.95% | - |
| XYZ | 54.65 | 51.77 | 91.12 | - |
| YUV | 192.71 | 155.82 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 184 | 242 | 0.21 | 0.24 | 0 | 0.05 | 247.24 | 0.69 | 0.84 |
| Hex | BF | B8 | F2 | 15 | 18 | 0 | 5 | F7 | 45 | 54 |
| Octal | 277 | 270 | 362 | 25 | 30 | 0 | 5 | 367 | 105 | 124 |
| Binary | 10111111 | 10111000 | 11110010 | 10101 | 11000 | 0 | 101 | 11110111 | 1000101 | 1010100 |
Color Harmonies of #BFB8F2
Complementary color
Monochromatic Colors of #BFB8F2
Black with #BFB8F2
Text Example
Text Example
White with #BFB8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB8F2; }
p { color: rgb(191,184,242); }
H1.HeaderClassName
{
color: #BFB8F2;
}
.AnyTagClassName
{
color: #BFB8F2;
}
</style>
background-color css
<style>
a { background-color: #BFB8F2; }
a { background-color: rgb(191,184,242); }
div.DivClassName
{
background-color: #BFB8F2;
}
.BgClassName
{
background-color: #BFB8F2;
}
</style>
border-color css
<style>
span { border-color: #BFB8F2; }
span { border-color: rgb(191,184,242); }
td.TdClassName
{
border-color: #BFB8F2;
}
.TagClassName
{
border-color: #BFB8F2;
}
</style>