Shades of Melrose #BFB4DC
Tints of Melrose #BFB4DC
RGB
CMYK
RGB Variations
Color information
#BFB4DC (or 0xBFB4DC) is known color: Melrose. HEX triplet: BF, B4 and DC. RGB value is (191,180,220). Sum of RGB (Red+Green+Blue) = 191+180+220=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFB4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB4DC is #404B23. Grayscale: #BBBBBB. Windows color (decimal): -4213540 or 14464191. OLE color: 14464191.
HSL color Cylindrical-coordinate representation of color #BFB4DC: hue angle of 256.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFB4DC is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 180 | 220 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.14 |
| HSL | 256.5º | 0.36% | 0.78% | - |
| HSV(B) | 256.5º | 0.18% | 0.86% | - |
| XYZ | 50.73 | 48.89 | 74.47 | - |
| YUV | 187.85 | 146.14 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 220 | 0.13 | 0.18 | 0 | 0.14 | 256.5 | 0.36 | 0.78 |
| Hex | BF | B4 | DC | D | 12 | 0 | E | 100 | 24 | 4E |
| Octal | 277 | 264 | 334 | 15 | 22 | 0 | 16 | 400 | 44 | 116 |
| Binary | 10111111 | 10110100 | 11011100 | 1101 | 10010 | 0 | 1110 | 100000000 | 100100 | 1001110 |
Color Harmonies of #BFB4DC
Complementary color
Monochromatic Colors of #BFB4DC
Black with #BFB4DC
Text Example
Text Example
White with #BFB4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB4DC; }
p { color: rgb(191,180,220); }
H1.HeaderClassName
{
color: #BFB4DC;
}
.AnyTagClassName
{
color: #BFB4DC;
}
</style>
background-color css
<style>
a { background-color: #BFB4DC; }
a { background-color: rgb(191,180,220); }
div.DivClassName
{
background-color: #BFB4DC;
}
.BgClassName
{
background-color: #BFB4DC;
}
</style>
border-color css
<style>
span { border-color: #BFB4DC; }
span { border-color: rgb(191,180,220); }
td.TdClassName
{
border-color: #BFB4DC;
}
.TagClassName
{
border-color: #BFB4DC;
}
</style>