Shades of Melrose #BCB0F2
Tints of Melrose #BCB0F2
RGB
CMYK
RGB Variations
Color information
#BCB0F2 (or 0xBCB0F2) is known color: Melrose. HEX triplet: BC, B0 and F2. RGB value is (188,176,242). Sum of RGB (Red+Green+Blue) = 188+176+242=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 176 (69.14% from 255 or 29.04% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCB0F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB0F2 is #434F0D. Grayscale: #BABABA. Windows color (decimal): -4411150 or 15904956. OLE color: 15904956.
HSL color Cylindrical-coordinate representation of color #BCB0F2: hue angle of 250.91º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCB0F2 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 176 | 242 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.05 |
| HSL | 250.91º | 0.72% | 0.82% | - |
| HSV(B) | 250.91º | 0.27% | 0.95% | - |
| XYZ | 52.29 | 48.15 | 90.54 | - |
| YUV | 187.11 | 158.98 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 242 | 0.22 | 0.27 | 0 | 0.05 | 250.91 | 0.72 | 0.82 |
| Hex | BC | B0 | F2 | 16 | 1B | 0 | 5 | FB | 48 | 52 |
| Octal | 274 | 260 | 362 | 26 | 33 | 0 | 5 | 373 | 110 | 122 |
| Binary | 10111100 | 10110000 | 11110010 | 10110 | 11011 | 0 | 101 | 11111011 | 1001000 | 1010010 |
Color Harmonies of #BCB0F2
Complementary color
Monochromatic Colors of #BCB0F2
Black with #BCB0F2
Text Example
Text Example
White with #BCB0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB0F2; }
p { color: rgb(188,176,242); }
H1.HeaderClassName
{
color: #BCB0F2;
}
.AnyTagClassName
{
color: #BCB0F2;
}
</style>
background-color css
<style>
a { background-color: #BCB0F2; }
a { background-color: rgb(188,176,242); }
div.DivClassName
{
background-color: #BCB0F2;
}
.BgClassName
{
background-color: #BCB0F2;
}
</style>
border-color css
<style>
span { border-color: #BCB0F2; }
span { border-color: rgb(188,176,242); }
td.TdClassName
{
border-color: #BCB0F2;
}
.TagClassName
{
border-color: #BCB0F2;
}
</style>