Shades of Melrose #BFB4DD
Tints of Melrose #BFB4DD
RGB
CMYK
RGB Variations
Color information
#BFB4DD (or 0xBFB4DD) is known color: Melrose. HEX triplet: BF, B4 and DD. RGB value is (191,180,221). Sum of RGB (Red+Green+Blue) = 191+180+221=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 180 (70.70% from 255 or 30.41% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFB4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB4DD is #404B22. Grayscale: #BBBBBB. Windows color (decimal): -4213539 or 14529727. OLE color: 14529727.
HSL color Cylindrical-coordinate representation of color #BFB4DD: hue angle of 256.1º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFB4DD is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 180 | 221 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.13 |
| HSL | 256.1º | 0.38% | 0.79% | - |
| HSV(B) | 256.1º | 0.19% | 0.87% | - |
| XYZ | 50.86 | 48.94 | 75.17 | - |
| YUV | 187.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 221 | 0.14 | 0.19 | 0 | 0.13 | 256.1 | 0.38 | 0.79 |
| Hex | BF | B4 | DD | E | 13 | 0 | D | 100 | 26 | 4F |
| Octal | 277 | 264 | 335 | 16 | 23 | 0 | 15 | 400 | 46 | 117 |
| Binary | 10111111 | 10110100 | 11011101 | 1110 | 10011 | 0 | 1101 | 100000000 | 100110 | 1001111 |
Color Harmonies of #BFB4DD
Complementary color
Monochromatic Colors of #BFB4DD
Black with #BFB4DD
Text Example
Text Example
White with #BFB4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB4DD; }
p { color: rgb(191,180,221); }
H1.HeaderClassName
{
color: #BFB4DD;
}
.AnyTagClassName
{
color: #BFB4DD;
}
</style>
background-color css
<style>
a { background-color: #BFB4DD; }
a { background-color: rgb(191,180,221); }
div.DivClassName
{
background-color: #BFB4DD;
}
.BgClassName
{
background-color: #BFB4DD;
}
</style>
border-color css
<style>
span { border-color: #BFB4DD; }
span { border-color: rgb(191,180,221); }
td.TdClassName
{
border-color: #BFB4DD;
}
.TagClassName
{
border-color: #BFB4DD;
}
</style>