Shades of Melrose #BFB5EF
Tints of Melrose #BFB5EF
RGB
CMYK
RGB Variations
Color information
#BFB5EF (or 0xBFB5EF) is known color: Melrose. HEX triplet: BF, B5 and EF. RGB value is (191,181,239). Sum of RGB (Red+Green+Blue) = 191+181+239=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 181 (71.09% from 255 or 29.62% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFB5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB5EF is #404A10. Grayscale: #BEBEBE. Windows color (decimal): -4213265 or 15709631. OLE color: 15709631.
HSL color Cylindrical-coordinate representation of color #BFB5EF: hue angle of 250.34º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFB5EF is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 181 | 239 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.06 |
| HSL | 250.34º | 0.64% | 0.82% | - |
| HSV(B) | 250.34º | 0.24% | 0.94% | - |
| XYZ | 53.59 | 50.36 | 88.56 | - |
| YUV | 190.6 | 155.31 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 239 | 0.20 | 0.24 | 0 | 0.06 | 250.34 | 0.64 | 0.82 |
| Hex | BF | B5 | EF | 14 | 18 | 0 | 6 | FA | 40 | 52 |
| Octal | 277 | 265 | 357 | 24 | 30 | 0 | 6 | 372 | 100 | 122 |
| Binary | 10111111 | 10110101 | 11101111 | 10100 | 11000 | 0 | 110 | 11111010 | 1000000 | 1010010 |
Color Harmonies of #BFB5EF
Complementary color
Monochromatic Colors of #BFB5EF
Black with #BFB5EF
Text Example
Text Example
White with #BFB5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB5EF; }
p { color: rgb(191,181,239); }
H1.HeaderClassName
{
color: #BFB5EF;
}
.AnyTagClassName
{
color: #BFB5EF;
}
</style>
background-color css
<style>
a { background-color: #BFB5EF; }
a { background-color: rgb(191,181,239); }
div.DivClassName
{
background-color: #BFB5EF;
}
.BgClassName
{
background-color: #BFB5EF;
}
</style>
border-color css
<style>
span { border-color: #BFB5EF; }
span { border-color: rgb(191,181,239); }
td.TdClassName
{
border-color: #BFB5EF;
}
.TagClassName
{
border-color: #BFB5EF;
}
</style>