Shades of Melrose #BFB4DF
Tints of Melrose #BFB4DF
RGB
CMYK
RGB Variations
Color information
#BFB4DF (or 0xBFB4DF) is known color: Melrose. HEX triplet: BF, B4 and DF. RGB value is (191,180,223). Sum of RGB (Red+Green+Blue) = 191+180+223=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFB4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB4DF is #404B20. Grayscale: #BCBCBC. Windows color (decimal): -4213537 or 14660799. OLE color: 14660799.
HSL color Cylindrical-coordinate representation of color #BFB4DF: hue angle of 255.35º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFB4DF is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 191 | 180 | 223 | - |
CMYK | 0.14 | 0.19 | 0 | 0.13 |
HSL | 255.35º | 0.4% | 0.79% | - |
HSV(B) | 255.35º | 0.19% | 0.87% | - |
XYZ | 51.13 | 49.05 | 76.58 | - |
YUV | 188.19 | 147.64 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 180 | 223 | 0.14 | 0.19 | 0 | 0.13 | 255.35 | 0.4 | 0.79 |
Hex | BF | B4 | DF | E | 13 | 0 | D | FF | 28 | 4F |
Octal | 277 | 264 | 337 | 16 | 23 | 0 | 15 | 377 | 50 | 117 |
Binary | 10111111 | 10110100 | 11011111 | 1110 | 10011 | 0 | 1101 | 11111111 | 101000 | 1001111 |
Color Harmonies of #BFB4DF
Complementary color
Monochromatic Colors of #BFB4DF
Black with #BFB4DF
Text Example
Text Example
White with #BFB4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB4DF; }
p { color: rgb(191,180,223); }
H1.HeaderClassName
{
color: #BFB4DF;
}
.AnyTagClassName
{
color: #BFB4DF;
}
</style>
background-color css
<style>
a { background-color: #BFB4DF; }
a { background-color: rgb(191,180,223); }
div.DivClassName
{
background-color: #BFB4DF;
}
.BgClassName
{
background-color: #BFB4DF;
}
</style>
border-color css
<style>
span { border-color: #BFB4DF; }
span { border-color: rgb(191,180,223); }
td.TdClassName
{
border-color: #BFB4DF;
}
.TagClassName
{
border-color: #BFB4DF;
}
</style>