Shades of Melrose #BFB4E7
Tints of Melrose #BFB4E7
RGB
CMYK
RGB Variations
Color information
#BFB4E7 (or 0xBFB4E7) is known color: Melrose. HEX triplet: BF, B4 and E7. RGB value is (191,180,231). Sum of RGB (Red+Green+Blue) = 191+180+231=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 180 (70.70% from 255 or 29.90% from 602); Blue value is 231 (90.62% from 255 or 38.37% from 602); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFB4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB4E7 is #404B18. Grayscale: #BCBCBC. Windows color (decimal): -4213529 or 15185087. OLE color: 15185087.
HSL color Cylindrical-coordinate representation of color #BFB4E7: hue angle of 252.94º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFB4E7 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 180 | 231 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.09 |
| HSL | 252.94º | 0.52% | 0.81% | - |
| HSV(B) | 252.94º | 0.22% | 0.91% | - |
| XYZ | 52.23 | 49.49 | 82.4 | - |
| YUV | 189.1 | 151.64 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 231 | 0.17 | 0.22 | 0 | 0.09 | 252.94 | 0.52 | 0.81 |
| Hex | BF | B4 | E7 | 11 | 16 | 0 | 9 | FD | 34 | 51 |
| Octal | 277 | 264 | 347 | 21 | 26 | 0 | 11 | 375 | 64 | 121 |
| Binary | 10111111 | 10110100 | 11100111 | 10001 | 10110 | 0 | 1001 | 11111101 | 110100 | 1010001 |
Color Harmonies of #BFB4E7
Complementary color
Monochromatic Colors of #BFB4E7
Black with #BFB4E7
Text Example
Text Example
White with #BFB4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB4E7; }
p { color: rgb(191,180,231); }
H1.HeaderClassName
{
color: #BFB4E7;
}
.AnyTagClassName
{
color: #BFB4E7;
}
</style>
background-color css
<style>
a { background-color: #BFB4E7; }
a { background-color: rgb(191,180,231); }
div.DivClassName
{
background-color: #BFB4E7;
}
.BgClassName
{
background-color: #BFB4E7;
}
</style>
border-color css
<style>
span { border-color: #BFB4E7; }
span { border-color: rgb(191,180,231); }
td.TdClassName
{
border-color: #BFB4E7;
}
.TagClassName
{
border-color: #BFB4E7;
}
</style>