Shades of Melrose #BFB8DD
Tints of Melrose #BFB8DD
RGB
CMYK
RGB Variations
Color information
#BFB8DD (or 0xBFB8DD) is known color: Melrose. HEX triplet: BF, B8 and DD. RGB value is (191,184,221). Sum of RGB (Red+Green+Blue) = 191+184+221=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFB8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB8DD is #404722. Grayscale: #BEBEBE. Windows color (decimal): -4212515 or 14530751. OLE color: 14530751.
HSL color Cylindrical-coordinate representation of color #BFB8DD: hue angle of 251.35º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFB8DD is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 184 | 221 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.13 |
| HSL | 251.35º | 0.35% | 0.79% | - |
| HSV(B) | 251.35º | 0.17% | 0.87% | - |
| XYZ | 51.68 | 50.58 | 75.45 | - |
| YUV | 190.31 | 145.32 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 184 | 221 | 0.14 | 0.17 | 0 | 0.13 | 251.35 | 0.35 | 0.79 |
| Hex | BF | B8 | DD | E | 11 | 0 | D | FB | 23 | 4F |
| Octal | 277 | 270 | 335 | 16 | 21 | 0 | 15 | 373 | 43 | 117 |
| Binary | 10111111 | 10111000 | 11011101 | 1110 | 10001 | 0 | 1101 | 11111011 | 100011 | 1001111 |
Color Harmonies of #BFB8DD
Complementary color
Monochromatic Colors of #BFB8DD
Black with #BFB8DD
Text Example
Text Example
White with #BFB8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB8DD; }
p { color: rgb(191,184,221); }
H1.HeaderClassName
{
color: #BFB8DD;
}
.AnyTagClassName
{
color: #BFB8DD;
}
</style>
background-color css
<style>
a { background-color: #BFB8DD; }
a { background-color: rgb(191,184,221); }
div.DivClassName
{
background-color: #BFB8DD;
}
.BgClassName
{
background-color: #BFB8DD;
}
</style>
border-color css
<style>
span { border-color: #BFB8DD; }
span { border-color: rgb(191,184,221); }
td.TdClassName
{
border-color: #BFB8DD;
}
.TagClassName
{
border-color: #BFB8DD;
}
</style>