Shades of Melrose #BCB0F9
Tints of Melrose #BCB0F9
RGB
CMYK
RGB Variations
Color information
#BCB0F9 (or 0xBCB0F9) is known color: Melrose. HEX triplet: BC, B0 and F9. RGB value is (188,176,249). Sum of RGB (Red+Green+Blue) = 188+176+249=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 176 (69.14% from 255 or 28.71% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCB0F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB0F9 is #434F06. Grayscale: #BBBBBB. Windows color (decimal): -4411143 or 16363708. OLE color: 16363708.
HSL color Cylindrical-coordinate representation of color #BCB0F9: hue angle of 249.86º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCB0F9 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 176 | 249 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.02 |
| HSL | 249.86º | 0.86% | 0.83% | - |
| HSV(B) | 249.86º | 0.29% | 0.98% | - |
| XYZ | 53.36 | 48.58 | 96.19 | - |
| YUV | 187.91 | 162.48 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 249 | 0.24 | 0.29 | 0 | 0.02 | 249.86 | 0.86 | 0.83 |
| Hex | BC | B0 | F9 | 18 | 1D | 0 | 2 | FA | 56 | 53 |
| Octal | 274 | 260 | 371 | 30 | 35 | 0 | 2 | 372 | 126 | 123 |
| Binary | 10111100 | 10110000 | 11111001 | 11000 | 11101 | 0 | 10 | 11111010 | 1010110 | 1010011 |
Color Harmonies of #BCB0F9
Complementary color
Monochromatic Colors of #BCB0F9
Black with #BCB0F9
Text Example
Text Example
White with #BCB0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB0F9; }
p { color: rgb(188,176,249); }
H1.HeaderClassName
{
color: #BCB0F9;
}
.AnyTagClassName
{
color: #BCB0F9;
}
</style>
background-color css
<style>
a { background-color: #BCB0F9; }
a { background-color: rgb(188,176,249); }
div.DivClassName
{
background-color: #BCB0F9;
}
.BgClassName
{
background-color: #BCB0F9;
}
</style>
border-color css
<style>
span { border-color: #BCB0F9; }
span { border-color: rgb(188,176,249); }
td.TdClassName
{
border-color: #BCB0F9;
}
.TagClassName
{
border-color: #BCB0F9;
}
</style>