Shades of Melrose #BFB0EE
Tints of Melrose #BFB0EE
RGB
CMYK
RGB Variations
Color information
#BFB0EE (or 0xBFB0EE) is known color: Melrose. HEX triplet: BF, B0 and EE. RGB value is (191,176,238). Sum of RGB (Red+Green+Blue) = 191+176+238=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFB0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB0EE is #404F11. Grayscale: #BBBBBB. Windows color (decimal): -4214546 or 15642815. OLE color: 15642815.
HSL color Cylindrical-coordinate representation of color #BFB0EE: hue angle of 254.52º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFB0EE is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 176 | 238 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.07 |
| HSL | 254.52º | 0.65% | 0.81% | - |
| HSV(B) | 254.52º | 0.26% | 0.93% | - |
| XYZ | 52.44 | 48.3 | 87.45 | - |
| YUV | 187.55 | 156.47 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 238 | 0.20 | 0.26 | 0 | 0.07 | 254.52 | 0.65 | 0.81 |
| Hex | BF | B0 | EE | 14 | 1A | 0 | 7 | FF | 41 | 51 |
| Octal | 277 | 260 | 356 | 24 | 32 | 0 | 7 | 377 | 101 | 121 |
| Binary | 10111111 | 10110000 | 11101110 | 10100 | 11010 | 0 | 111 | 11111111 | 1000001 | 1010001 |
Color Harmonies of #BFB0EE
Complementary color
Monochromatic Colors of #BFB0EE
Black with #BFB0EE
Text Example
Text Example
White with #BFB0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB0EE; }
p { color: rgb(191,176,238); }
H1.HeaderClassName
{
color: #BFB0EE;
}
.AnyTagClassName
{
color: #BFB0EE;
}
</style>
background-color css
<style>
a { background-color: #BFB0EE; }
a { background-color: rgb(191,176,238); }
div.DivClassName
{
background-color: #BFB0EE;
}
.BgClassName
{
background-color: #BFB0EE;
}
</style>
border-color css
<style>
span { border-color: #BFB0EE; }
span { border-color: rgb(191,176,238); }
td.TdClassName
{
border-color: #BFB0EE;
}
.TagClassName
{
border-color: #BFB0EE;
}
</style>