Shades of Melrose #BCB4DF
Tints of Melrose #BCB4DF
RGB
CMYK
RGB Variations
Color information
#BCB4DF (or 0xBCB4DF) is known color: Melrose. HEX triplet: BC, B4 and DF. RGB value is (188,180,223). Sum of RGB (Red+Green+Blue) = 188+180+223=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCB4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB4DF is #434B20. Grayscale: #BBBBBB. Windows color (decimal): -4410145 or 14660796. OLE color: 14660796.
HSL color Cylindrical-coordinate representation of color #BCB4DF: hue angle of 251.16º 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 #BCB4DF is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 180 | 223 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.13 |
| HSL | 251.16º | 0.4% | 0.79% | - |
| HSV(B) | 251.16º | 0.19% | 0.87% | - |
| XYZ | 50.38 | 48.66 | 76.55 | - |
| YUV | 187.29 | 148.15 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 223 | 0.16 | 0.19 | 0 | 0.13 | 251.16 | 0.4 | 0.79 |
| Hex | BC | B4 | DF | 10 | 13 | 0 | D | FB | 28 | 4F |
| Octal | 274 | 264 | 337 | 20 | 23 | 0 | 15 | 373 | 50 | 117 |
| Binary | 10111100 | 10110100 | 11011111 | 10000 | 10011 | 0 | 1101 | 11111011 | 101000 | 1001111 |
Color Harmonies of #BCB4DF
Complementary color
Monochromatic Colors of #BCB4DF
Black with #BCB4DF
Text Example
Text Example
White with #BCB4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB4DF; }
p { color: rgb(188,180,223); }
H1.HeaderClassName
{
color: #BCB4DF;
}
.AnyTagClassName
{
color: #BCB4DF;
}
</style>
background-color css
<style>
a { background-color: #BCB4DF; }
a { background-color: rgb(188,180,223); }
div.DivClassName
{
background-color: #BCB4DF;
}
.BgClassName
{
background-color: #BCB4DF;
}
</style>
border-color css
<style>
span { border-color: #BCB4DF; }
span { border-color: rgb(188,180,223); }
td.TdClassName
{
border-color: #BCB4DF;
}
.TagClassName
{
border-color: #BCB4DF;
}
</style>