Shades of Melrose #BFB3EF
Tints of Melrose #BFB3EF
RGB
CMYK
RGB Variations
Color information
#BFB3EF (or 0xBFB3EF) is known color: Melrose. HEX triplet: BF, B3 and EF. RGB value is (191,179,239). Sum of RGB (Red+Green+Blue) = 191+179+239=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 179 (70.31% from 255 or 29.39% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFB3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB3EF is #404C10. Grayscale: #BDBDBD. Windows color (decimal): -4213777 or 15709119. OLE color: 15709119.
HSL color Cylindrical-coordinate representation of color #BFB3EF: hue angle of 252º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFB3EF is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 179 | 239 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.06 |
| HSL | 252º | 0.65% | 0.82% | - |
| HSV(B) | 252º | 0.25% | 0.94% | - |
| XYZ | 53.19 | 49.55 | 88.42 | - |
| YUV | 189.43 | 155.98 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 239 | 0.20 | 0.25 | 0 | 0.06 | 252 | 0.65 | 0.82 |
| Hex | BF | B3 | EF | 14 | 19 | 0 | 6 | FC | 41 | 52 |
| Octal | 277 | 263 | 357 | 24 | 31 | 0 | 6 | 374 | 101 | 122 |
| Binary | 10111111 | 10110011 | 11101111 | 10100 | 11001 | 0 | 110 | 11111100 | 1000001 | 1010010 |
Color Harmonies of #BFB3EF
Complementary color
Monochromatic Colors of #BFB3EF
Black with #BFB3EF
Text Example
Text Example
White with #BFB3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB3EF; }
p { color: rgb(191,179,239); }
H1.HeaderClassName
{
color: #BFB3EF;
}
.AnyTagClassName
{
color: #BFB3EF;
}
</style>
background-color css
<style>
a { background-color: #BFB3EF; }
a { background-color: rgb(191,179,239); }
div.DivClassName
{
background-color: #BFB3EF;
}
.BgClassName
{
background-color: #BFB3EF;
}
</style>
border-color css
<style>
span { border-color: #BFB3EF; }
span { border-color: rgb(191,179,239); }
td.TdClassName
{
border-color: #BFB3EF;
}
.TagClassName
{
border-color: #BFB3EF;
}
</style>