Shades of Melrose #BFB8D5
Tints of Melrose #BFB8D5
RGB
CMYK
RGB Variations
Color information
#BFB8D5 (or 0xBFB8D5) is known color: Melrose. HEX triplet: BF, B8 and D5. RGB value is (191,184,213). Sum of RGB (Red+Green+Blue) = 191+184+213=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 184 (72.27% from 255 or 31.29% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFB8D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB8D5 is #40472A. Grayscale: #BDBDBD. Windows color (decimal): -4212523 or 14006463. OLE color: 14006463.
HSL color Cylindrical-coordinate representation of color #BFB8D5: hue angle of 254.48º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFB8D5 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 184 | 213 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.16 |
| HSL | 254.48º | 0.26% | 0.78% | - |
| HSV(B) | 254.48º | 0.14% | 0.84% | - |
| XYZ | 50.64 | 50.16 | 69.96 | - |
| YUV | 189.4 | 141.32 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 184 | 213 | 0.10 | 0.14 | 0 | 0.16 | 254.48 | 0.26 | 0.78 |
| Hex | BF | B8 | D5 | A | E | 0 | 10 | FE | 1A | 4E |
| Octal | 277 | 270 | 325 | 12 | 16 | 0 | 20 | 376 | 32 | 116 |
| Binary | 10111111 | 10111000 | 11010101 | 1010 | 1110 | 0 | 10000 | 11111110 | 11010 | 1001110 |
Color Harmonies of #BFB8D5
Complementary color
Monochromatic Colors of #BFB8D5
Black with #BFB8D5
Text Example
Text Example
White with #BFB8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB8D5; }
p { color: rgb(191,184,213); }
H1.HeaderClassName
{
color: #BFB8D5;
}
.AnyTagClassName
{
color: #BFB8D5;
}
</style>
background-color css
<style>
a { background-color: #BFB8D5; }
a { background-color: rgb(191,184,213); }
div.DivClassName
{
background-color: #BFB8D5;
}
.BgClassName
{
background-color: #BFB8D5;
}
</style>
border-color css
<style>
span { border-color: #BFB8D5; }
span { border-color: rgb(191,184,213); }
td.TdClassName
{
border-color: #BFB8D5;
}
.TagClassName
{
border-color: #BFB8D5;
}
</style>