Shades of Melrose #BFB2DF
Tints of Melrose #BFB2DF
RGB
CMYK
RGB Variations
Color information
#BFB2DF (or 0xBFB2DF) is known color: Melrose. HEX triplet: BF, B2 and DF. RGB value is (191,178,223). Sum of RGB (Red+Green+Blue) = 191+178+223=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFB2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB2DF is #404D20. Grayscale: #BABABA. Windows color (decimal): -4214049 or 14660287. OLE color: 14660287.
HSL color Cylindrical-coordinate representation of color #BFB2DF: hue angle of 257.33º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFB2DF is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 178 | 223 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.13 |
| HSL | 257.33º | 0.41% | 0.79% | - |
| HSV(B) | 257.33º | 0.2% | 0.87% | - |
| XYZ | 50.73 | 48.24 | 76.45 | - |
| YUV | 187.02 | 148.31 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 223 | 0.14 | 0.20 | 0 | 0.13 | 257.33 | 0.41 | 0.79 |
| Hex | BF | B2 | DF | E | 14 | 0 | D | 101 | 29 | 4F |
| Octal | 277 | 262 | 337 | 16 | 24 | 0 | 15 | 401 | 51 | 117 |
| Binary | 10111111 | 10110010 | 11011111 | 1110 | 10100 | 0 | 1101 | 100000001 | 101001 | 1001111 |
Color Harmonies of #BFB2DF
Complementary color
Monochromatic Colors of #BFB2DF
Black with #BFB2DF
Text Example
Text Example
White with #BFB2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB2DF; }
p { color: rgb(191,178,223); }
H1.HeaderClassName
{
color: #BFB2DF;
}
.AnyTagClassName
{
color: #BFB2DF;
}
</style>
background-color css
<style>
a { background-color: #BFB2DF; }
a { background-color: rgb(191,178,223); }
div.DivClassName
{
background-color: #BFB2DF;
}
.BgClassName
{
background-color: #BFB2DF;
}
</style>
border-color css
<style>
span { border-color: #BFB2DF; }
span { border-color: rgb(191,178,223); }
td.TdClassName
{
border-color: #BFB2DF;
}
.TagClassName
{
border-color: #BFB2DF;
}
</style>