Shades of Melrose #BFB0EF
Tints of Melrose #BFB0EF
RGB
CMYK
RGB Variations
Color information
#BFB0EF (or 0xBFB0EF) is known color: Melrose. HEX triplet: BF, B0 and EF. RGB value is (191,176,239). Sum of RGB (Red+Green+Blue) = 191+176+239=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 176 (69.14% from 255 or 29.04% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFB0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB0EF is #404F10. Grayscale: #BBBBBB. Windows color (decimal): -4214545 or 15708351. OLE color: 15708351.
HSL color Cylindrical-coordinate representation of color #BFB0EF: hue angle of 254.29º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFB0EF is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 176 | 239 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.06 |
| HSL | 254.29º | 0.66% | 0.81% | - |
| HSV(B) | 254.29º | 0.26% | 0.94% | - |
| XYZ | 52.59 | 48.36 | 88.22 | - |
| YUV | 187.67 | 156.97 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 239 | 0.20 | 0.26 | 0 | 0.06 | 254.29 | 0.66 | 0.81 |
| Hex | BF | B0 | EF | 14 | 1A | 0 | 6 | FE | 42 | 51 |
| Octal | 277 | 260 | 357 | 24 | 32 | 0 | 6 | 376 | 102 | 121 |
| Binary | 10111111 | 10110000 | 11101111 | 10100 | 11010 | 0 | 110 | 11111110 | 1000010 | 1010001 |
Color Harmonies of #BFB0EF
Complementary color
Monochromatic Colors of #BFB0EF
Black with #BFB0EF
Text Example
Text Example
White with #BFB0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB0EF; }
p { color: rgb(191,176,239); }
H1.HeaderClassName
{
color: #BFB0EF;
}
.AnyTagClassName
{
color: #BFB0EF;
}
</style>
background-color css
<style>
a { background-color: #BFB0EF; }
a { background-color: rgb(191,176,239); }
div.DivClassName
{
background-color: #BFB0EF;
}
.BgClassName
{
background-color: #BFB0EF;
}
</style>
border-color css
<style>
span { border-color: #BFB0EF; }
span { border-color: rgb(191,176,239); }
td.TdClassName
{
border-color: #BFB0EF;
}
.TagClassName
{
border-color: #BFB0EF;
}
</style>