Shades of Melrose #BFB8DE
Tints of Melrose #BFB8DE
RGB
CMYK
RGB Variations
Color information
#BFB8DE (or 0xBFB8DE) is known color: Melrose. HEX triplet: BF, B8 and DE. RGB value is (191,184,222). Sum of RGB (Red+Green+Blue) = 191+184+222=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 184 (72.27% from 255 or 30.82% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFB8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB8DE is #404721. Grayscale: #BEBEBE. Windows color (decimal): -4212514 or 14596287. OLE color: 14596287.
HSL color Cylindrical-coordinate representation of color #BFB8DE: hue angle of 251.05º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFB8DE is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 184 | 222 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.13 |
| HSL | 251.05º | 0.37% | 0.8% | - |
| HSV(B) | 251.05º | 0.17% | 0.87% | - |
| XYZ | 51.81 | 50.63 | 76.15 | - |
| YUV | 190.43 | 145.82 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 184 | 222 | 0.14 | 0.17 | 0 | 0.13 | 251.05 | 0.37 | 0.8 |
| Hex | BF | B8 | DE | E | 11 | 0 | D | FB | 25 | 50 |
| Octal | 277 | 270 | 336 | 16 | 21 | 0 | 15 | 373 | 45 | 120 |
| Binary | 10111111 | 10111000 | 11011110 | 1110 | 10001 | 0 | 1101 | 11111011 | 100101 | 1010000 |
Color Harmonies of #BFB8DE
Complementary color
Monochromatic Colors of #BFB8DE
Black with #BFB8DE
Text Example
Text Example
White with #BFB8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB8DE; }
p { color: rgb(191,184,222); }
H1.HeaderClassName
{
color: #BFB8DE;
}
.AnyTagClassName
{
color: #BFB8DE;
}
</style>
background-color css
<style>
a { background-color: #BFB8DE; }
a { background-color: rgb(191,184,222); }
div.DivClassName
{
background-color: #BFB8DE;
}
.BgClassName
{
background-color: #BFB8DE;
}
</style>
border-color css
<style>
span { border-color: #BFB8DE; }
span { border-color: rgb(191,184,222); }
td.TdClassName
{
border-color: #BFB8DE;
}
.TagClassName
{
border-color: #BFB8DE;
}
</style>