Shades of Melrose #BFB7E8
Tints of Melrose #BFB7E8
RGB
CMYK
RGB Variations
Color information
#BFB7E8 (or 0xBFB7E8) is known color: Melrose. HEX triplet: BF, B7 and E8. RGB value is (191,183,232). Sum of RGB (Red+Green+Blue) = 191+183+232=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 183 (71.88% from 255 or 30.20% from 606); Blue value is 232 (91.02% from 255 or 38.28% from 606); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFB7E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB7E8 is #404817. Grayscale: #BEBEBE. Windows color (decimal): -4212760 or 15251391. OLE color: 15251391.
HSL color Cylindrical-coordinate representation of color #BFB7E8: hue angle of 249.8º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFB7E8 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 183 | 232 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.09 |
| HSL | 249.8º | 0.52% | 0.81% | - |
| HSV(B) | 249.8º | 0.21% | 0.91% | - |
| XYZ | 52.98 | 50.77 | 83.35 | - |
| YUV | 190.98 | 151.15 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 232 | 0.18 | 0.21 | 0 | 0.09 | 249.8 | 0.52 | 0.81 |
| Hex | BF | B7 | E8 | 12 | 15 | 0 | 9 | FA | 34 | 51 |
| Octal | 277 | 267 | 350 | 22 | 25 | 0 | 11 | 372 | 64 | 121 |
| Binary | 10111111 | 10110111 | 11101000 | 10010 | 10101 | 0 | 1001 | 11111010 | 110100 | 1010001 |
Color Harmonies of #BFB7E8
Complementary color
Monochromatic Colors of #BFB7E8
Black with #BFB7E8
Text Example
Text Example
White with #BFB7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB7E8; }
p { color: rgb(191,183,232); }
H1.HeaderClassName
{
color: #BFB7E8;
}
.AnyTagClassName
{
color: #BFB7E8;
}
</style>
background-color css
<style>
a { background-color: #BFB7E8; }
a { background-color: rgb(191,183,232); }
div.DivClassName
{
background-color: #BFB7E8;
}
.BgClassName
{
background-color: #BFB7E8;
}
</style>
border-color css
<style>
span { border-color: #BFB7E8; }
span { border-color: rgb(191,183,232); }
td.TdClassName
{
border-color: #BFB7E8;
}
.TagClassName
{
border-color: #BFB7E8;
}
</style>