Shades of Melrose #BFB3E8
Tints of Melrose #BFB3E8
RGB
CMYK
RGB Variations
Color information
#BFB3E8 (or 0xBFB3E8) is known color: Melrose. HEX triplet: BF, B3 and E8. RGB value is (191,179,232). Sum of RGB (Red+Green+Blue) = 191+179+232=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 179 (70.31% from 255 or 29.73% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFB3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB3E8 is #404C17. Grayscale: #BCBCBC. Windows color (decimal): -4213784 or 15250367. OLE color: 15250367.
HSL color Cylindrical-coordinate representation of color #BFB3E8: hue angle of 253.58º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFB3E8 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 179 | 232 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.09 |
| HSL | 253.58º | 0.54% | 0.81% | - |
| HSV(B) | 253.58º | 0.23% | 0.91% | - |
| XYZ | 52.17 | 49.14 | 83.08 | - |
| YUV | 188.63 | 152.48 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 232 | 0.18 | 0.23 | 0 | 0.09 | 253.58 | 0.54 | 0.81 |
| Hex | BF | B3 | E8 | 12 | 17 | 0 | 9 | FE | 36 | 51 |
| Octal | 277 | 263 | 350 | 22 | 27 | 0 | 11 | 376 | 66 | 121 |
| Binary | 10111111 | 10110011 | 11101000 | 10010 | 10111 | 0 | 1001 | 11111110 | 110110 | 1010001 |
Color Harmonies of #BFB3E8
Complementary color
Monochromatic Colors of #BFB3E8
Black with #BFB3E8
Text Example
Text Example
White with #BFB3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB3E8; }
p { color: rgb(191,179,232); }
H1.HeaderClassName
{
color: #BFB3E8;
}
.AnyTagClassName
{
color: #BFB3E8;
}
</style>
background-color css
<style>
a { background-color: #BFB3E8; }
a { background-color: rgb(191,179,232); }
div.DivClassName
{
background-color: #BFB3E8;
}
.BgClassName
{
background-color: #BFB3E8;
}
</style>
border-color css
<style>
span { border-color: #BFB3E8; }
span { border-color: rgb(191,179,232); }
td.TdClassName
{
border-color: #BFB3E8;
}
.TagClassName
{
border-color: #BFB3E8;
}
</style>