Shades of Melrose #BFB5E7
Tints of Melrose #BFB5E7
RGB
CMYK
RGB Variations
Color information
#BFB5E7 (or 0xBFB5E7) is known color: Melrose. HEX triplet: BF, B5 and E7. RGB value is (191,181,231). Sum of RGB (Red+Green+Blue) = 191+181+231=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 231 (90.62% from 255 or 38.31% from 603); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFB5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB5E7 is #404A18. Grayscale: #BDBDBD. Windows color (decimal): -4213273 or 15185343. OLE color: 15185343.
HSL color Cylindrical-coordinate representation of color #BFB5E7: hue angle of 252º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFB5E7 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 181 | 231 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.09 |
| HSL | 252º | 0.51% | 0.81% | - |
| HSV(B) | 252º | 0.22% | 0.91% | - |
| XYZ | 52.43 | 49.89 | 82.47 | - |
| YUV | 189.69 | 151.31 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 231 | 0.17 | 0.22 | 0 | 0.09 | 252 | 0.51 | 0.81 |
| Hex | BF | B5 | E7 | 11 | 16 | 0 | 9 | FC | 33 | 51 |
| Octal | 277 | 265 | 347 | 21 | 26 | 0 | 11 | 374 | 63 | 121 |
| Binary | 10111111 | 10110101 | 11100111 | 10001 | 10110 | 0 | 1001 | 11111100 | 110011 | 1010001 |
Color Harmonies of #BFB5E7
Complementary color
Monochromatic Colors of #BFB5E7
Black with #BFB5E7
Text Example
Text Example
White with #BFB5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB5E7; }
p { color: rgb(191,181,231); }
H1.HeaderClassName
{
color: #BFB5E7;
}
.AnyTagClassName
{
color: #BFB5E7;
}
</style>
background-color css
<style>
a { background-color: #BFB5E7; }
a { background-color: rgb(191,181,231); }
div.DivClassName
{
background-color: #BFB5E7;
}
.BgClassName
{
background-color: #BFB5E7;
}
</style>
border-color css
<style>
span { border-color: #BFB5E7; }
span { border-color: rgb(191,181,231); }
td.TdClassName
{
border-color: #BFB5E7;
}
.TagClassName
{
border-color: #BFB5E7;
}
</style>