Shades of Melrose #BCB0F5
Tints of Melrose #BCB0F5
RGB
CMYK
RGB Variations
Color information
#BCB0F5 (or 0xBCB0F5) is known color: Melrose. HEX triplet: BC, B0 and F5. RGB value is (188,176,245). Sum of RGB (Red+Green+Blue) = 188+176+245=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 245 (96.09% from 255 or 40.23% from 609); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCB0F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB0F5 is #434F0A. Grayscale: #BBBBBB. Windows color (decimal): -4411147 or 16101564. OLE color: 16101564.
HSL color Cylindrical-coordinate representation of color #BCB0F5: hue angle of 250.43º degrees, saturation: 0.78, 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 #BCB0F5 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 176 | 245 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.04 |
| HSL | 250.43º | 0.78% | 0.83% | - |
| HSV(B) | 250.43º | 0.28% | 0.96% | - |
| XYZ | 52.75 | 48.33 | 92.94 | - |
| YUV | 187.45 | 160.48 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 245 | 0.23 | 0.28 | 0 | 0.04 | 250.43 | 0.78 | 0.83 |
| Hex | BC | B0 | F5 | 17 | 1C | 0 | 4 | FA | 4E | 53 |
| Octal | 274 | 260 | 365 | 27 | 34 | 0 | 4 | 372 | 116 | 123 |
| Binary | 10111100 | 10110000 | 11110101 | 10111 | 11100 | 0 | 100 | 11111010 | 1001110 | 1010011 |
Color Harmonies of #BCB0F5
Complementary color
Monochromatic Colors of #BCB0F5
Black with #BCB0F5
Text Example
Text Example
White with #BCB0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB0F5; }
p { color: rgb(188,176,245); }
H1.HeaderClassName
{
color: #BCB0F5;
}
.AnyTagClassName
{
color: #BCB0F5;
}
</style>
background-color css
<style>
a { background-color: #BCB0F5; }
a { background-color: rgb(188,176,245); }
div.DivClassName
{
background-color: #BCB0F5;
}
.BgClassName
{
background-color: #BCB0F5;
}
</style>
border-color css
<style>
span { border-color: #BCB0F5; }
span { border-color: rgb(188,176,245); }
td.TdClassName
{
border-color: #BCB0F5;
}
.TagClassName
{
border-color: #BCB0F5;
}
</style>