Shades of Melrose #BCB5F0
Tints of Melrose #BCB5F0
RGB
CMYK
RGB Variations
Color information
#BCB5F0 (or 0xBCB5F0) is known color: Melrose. HEX triplet: BC, B5 and F0. RGB value is (188,181,240). Sum of RGB (Red+Green+Blue) = 188+181+240=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 181 (71.09% from 255 or 29.72% from 609); Blue value is 240 (94.14% from 255 or 39.41% from 609); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCB5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB5F0 is #434A0F. Grayscale: #BDBDBD. Windows color (decimal): -4409872 or 15775164. OLE color: 15775164.
HSL color Cylindrical-coordinate representation of color #BCB5F0: hue angle of 247.12º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCB5F0 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 181 | 240 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.06 |
| HSL | 247.12º | 0.66% | 0.83% | - |
| HSV(B) | 247.12º | 0.25% | 0.94% | - |
| XYZ | 52.99 | 50.03 | 89.3 | - |
| YUV | 189.82 | 156.32 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 240 | 0.22 | 0.25 | 0 | 0.06 | 247.12 | 0.66 | 0.83 |
| Hex | BC | B5 | F0 | 16 | 19 | 0 | 6 | F7 | 42 | 53 |
| Octal | 274 | 265 | 360 | 26 | 31 | 0 | 6 | 367 | 102 | 123 |
| Binary | 10111100 | 10110101 | 11110000 | 10110 | 11001 | 0 | 110 | 11110111 | 1000010 | 1010011 |
Color Harmonies of #BCB5F0
Complementary color
Monochromatic Colors of #BCB5F0
Black with #BCB5F0
Text Example
Text Example
White with #BCB5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB5F0; }
p { color: rgb(188,181,240); }
H1.HeaderClassName
{
color: #BCB5F0;
}
.AnyTagClassName
{
color: #BCB5F0;
}
</style>
background-color css
<style>
a { background-color: #BCB5F0; }
a { background-color: rgb(188,181,240); }
div.DivClassName
{
background-color: #BCB5F0;
}
.BgClassName
{
background-color: #BCB5F0;
}
</style>
border-color css
<style>
span { border-color: #BCB5F0; }
span { border-color: rgb(188,181,240); }
td.TdClassName
{
border-color: #BCB5F0;
}
.TagClassName
{
border-color: #BCB5F0;
}
</style>