Shades of Melrose #BCB0FC
Tints of Melrose #BCB0FC
RGB
CMYK
RGB Variations
Color information
#BCB0FC (or 0xBCB0FC) is known color: Melrose. HEX triplet: BC, B0 and FC. RGB value is (188,176,252). Sum of RGB (Red+Green+Blue) = 188+176+252=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCB0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB0FC is #434F03. Grayscale: #BBBBBB. Windows color (decimal): -4411140 or 16560316. OLE color: 16560316.
HSL color Cylindrical-coordinate representation of color #BCB0FC: hue angle of 249.47º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCB0FC is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 176 | 252 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.01 |
| HSL | 249.47º | 0.93% | 0.84% | - |
| HSV(B) | 249.47º | 0.3% | 0.99% | - |
| XYZ | 53.84 | 48.77 | 98.67 | - |
| YUV | 188.25 | 163.98 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 252 | 0.25 | 0.30 | 0 | 0.01 | 249.47 | 0.93 | 0.84 |
| Hex | BC | B0 | FC | 19 | 1E | 0 | 1 | F9 | 5D | 54 |
| Octal | 274 | 260 | 374 | 31 | 36 | 0 | 1 | 371 | 135 | 124 |
| Binary | 10111100 | 10110000 | 11111100 | 11001 | 11110 | 0 | 1 | 11111001 | 1011101 | 1010100 |
Color Harmonies of #BCB0FC
Complementary color
Monochromatic Colors of #BCB0FC
Black with #BCB0FC
Text Example
Text Example
White with #BCB0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB0FC; }
p { color: rgb(188,176,252); }
H1.HeaderClassName
{
color: #BCB0FC;
}
.AnyTagClassName
{
color: #BCB0FC;
}
</style>
background-color css
<style>
a { background-color: #BCB0FC; }
a { background-color: rgb(188,176,252); }
div.DivClassName
{
background-color: #BCB0FC;
}
.BgClassName
{
background-color: #BCB0FC;
}
</style>
border-color css
<style>
span { border-color: #BCB0FC; }
span { border-color: rgb(188,176,252); }
td.TdClassName
{
border-color: #BCB0FC;
}
.TagClassName
{
border-color: #BCB0FC;
}
</style>