Shades of Melrose #BFB2EF
Tints of Melrose #BFB2EF
RGB
CMYK
RGB Variations
Color information
#BFB2EF (or 0xBFB2EF) is known color: Melrose. HEX triplet: BF, B2 and EF. RGB value is (191,178,239). Sum of RGB (Red+Green+Blue) = 191+178+239=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 178 (69.92% from 255 or 29.28% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFB2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB2EF is #404D10. Grayscale: #BCBCBC. Windows color (decimal): -4214033 or 15708863. OLE color: 15708863.
HSL color Cylindrical-coordinate representation of color #BFB2EF: hue angle of 252.79º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFB2EF is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 178 | 239 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.06 |
| HSL | 252.79º | 0.66% | 0.82% | - |
| HSV(B) | 252.79º | 0.26% | 0.94% | - |
| XYZ | 52.99 | 49.15 | 88.36 | - |
| YUV | 188.84 | 156.31 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 239 | 0.20 | 0.26 | 0 | 0.06 | 252.79 | 0.66 | 0.82 |
| Hex | BF | B2 | EF | 14 | 1A | 0 | 6 | FD | 42 | 52 |
| Octal | 277 | 262 | 357 | 24 | 32 | 0 | 6 | 375 | 102 | 122 |
| Binary | 10111111 | 10110010 | 11101111 | 10100 | 11010 | 0 | 110 | 11111101 | 1000010 | 1010010 |
Color Harmonies of #BFB2EF
Complementary color
Monochromatic Colors of #BFB2EF
Black with #BFB2EF
Text Example
Text Example
White with #BFB2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB2EF; }
p { color: rgb(191,178,239); }
H1.HeaderClassName
{
color: #BFB2EF;
}
.AnyTagClassName
{
color: #BFB2EF;
}
</style>
background-color css
<style>
a { background-color: #BFB2EF; }
a { background-color: rgb(191,178,239); }
div.DivClassName
{
background-color: #BFB2EF;
}
.BgClassName
{
background-color: #BFB2EF;
}
</style>
border-color css
<style>
span { border-color: #BFB2EF; }
span { border-color: rgb(191,178,239); }
td.TdClassName
{
border-color: #BFB2EF;
}
.TagClassName
{
border-color: #BFB2EF;
}
</style>