Shades of Melrose #BCB0F6
Tints of Melrose #BCB0F6
RGB
CMYK
RGB Variations
Color information
#BCB0F6 (or 0xBCB0F6) is known color: Melrose. HEX triplet: BC, B0 and F6. RGB value is (188,176,246). Sum of RGB (Red+Green+Blue) = 188+176+246=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 176 (69.14% from 255 or 28.85% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCB0F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB0F6 is #434F09. Grayscale: #BBBBBB. Windows color (decimal): -4411146 or 16167100. OLE color: 16167100.
HSL color Cylindrical-coordinate representation of color #BCB0F6: hue angle of 250.29º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCB0F6 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 176 | 246 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.04 |
| HSL | 250.29º | 0.8% | 0.83% | - |
| HSV(B) | 250.29º | 0.28% | 0.96% | - |
| XYZ | 52.9 | 48.4 | 93.74 | - |
| YUV | 187.57 | 160.98 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 246 | 0.24 | 0.28 | 0 | 0.04 | 250.29 | 0.8 | 0.83 |
| Hex | BC | B0 | F6 | 18 | 1C | 0 | 4 | FA | 50 | 53 |
| Octal | 274 | 260 | 366 | 30 | 34 | 0 | 4 | 372 | 120 | 123 |
| Binary | 10111100 | 10110000 | 11110110 | 11000 | 11100 | 0 | 100 | 11111010 | 1010000 | 1010011 |
Color Harmonies of #BCB0F6
Complementary color
Monochromatic Colors of #BCB0F6
Black with #BCB0F6
Text Example
Text Example
White with #BCB0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB0F6; }
p { color: rgb(188,176,246); }
H1.HeaderClassName
{
color: #BCB0F6;
}
.AnyTagClassName
{
color: #BCB0F6;
}
</style>
background-color css
<style>
a { background-color: #BCB0F6; }
a { background-color: rgb(188,176,246); }
div.DivClassName
{
background-color: #BCB0F6;
}
.BgClassName
{
background-color: #BCB0F6;
}
</style>
border-color css
<style>
span { border-color: #BCB0F6; }
span { border-color: rgb(188,176,246); }
td.TdClassName
{
border-color: #BCB0F6;
}
.TagClassName
{
border-color: #BCB0F6;
}
</style>