Shades of Melrose #BFBAEF
Tints of Melrose #BFBAEF
RGB
CMYK
RGB Variations
Color information
#BFBAEF (or 0xBFBAEF) is known color: Melrose. HEX triplet: BF, BA and EF. RGB value is (191,186,239). Sum of RGB (Red+Green+Blue) = 191+186+239=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFBAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBAEF is #404510. Grayscale: #C1C1C1. Windows color (decimal): -4211985 or 15710911. OLE color: 15710911.
HSL color Cylindrical-coordinate representation of color #BFBAEF: hue angle of 245.66º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFBAEF is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 186 | 239 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.06 |
| HSL | 245.66º | 0.62% | 0.83% | - |
| HSV(B) | 245.66º | 0.22% | 0.94% | - |
| XYZ | 54.62 | 52.43 | 88.9 | - |
| YUV | 193.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 239 | 0.20 | 0.22 | 0 | 0.06 | 245.66 | 0.62 | 0.83 |
| Hex | BF | BA | EF | 14 | 16 | 0 | 6 | F6 | 3E | 53 |
| Octal | 277 | 272 | 357 | 24 | 26 | 0 | 6 | 366 | 76 | 123 |
| Binary | 10111111 | 10111010 | 11101111 | 10100 | 10110 | 0 | 110 | 11110110 | 111110 | 1010011 |
Color Harmonies of #BFBAEF
Complementary color
Monochromatic Colors of #BFBAEF
Black with #BFBAEF
Text Example
Text Example
White with #BFBAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBAEF; }
p { color: rgb(191,186,239); }
H1.HeaderClassName
{
color: #BFBAEF;
}
.AnyTagClassName
{
color: #BFBAEF;
}
</style>
background-color css
<style>
a { background-color: #BFBAEF; }
a { background-color: rgb(191,186,239); }
div.DivClassName
{
background-color: #BFBAEF;
}
.BgClassName
{
background-color: #BFBAEF;
}
</style>
border-color css
<style>
span { border-color: #BFBAEF; }
span { border-color: rgb(191,186,239); }
td.TdClassName
{
border-color: #BFBAEF;
}
.TagClassName
{
border-color: #BFBAEF;
}
</style>