Shades of Melrose #BCB5F1
Tints of Melrose #BCB5F1
RGB
CMYK
RGB Variations
Color information
#BCB5F1 (or 0xBCB5F1) is known color: Melrose. HEX triplet: BC, B5 and F1. RGB value is (188,181,241). Sum of RGB (Red+Green+Blue) = 188+181+241=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 181 (71.09% from 255 or 29.67% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCB5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB5F1 is #434A0E. Grayscale: #BDBDBD. Windows color (decimal): -4409871 or 15840700. OLE color: 15840700.
HSL color Cylindrical-coordinate representation of color #BCB5F1: hue angle of 247º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCB5F1 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 181 | 241 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.05 |
| HSL | 247º | 0.68% | 0.83% | - |
| HSV(B) | 247º | 0.25% | 0.95% | - |
| XYZ | 53.14 | 50.09 | 90.09 | - |
| YUV | 189.93 | 156.82 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 241 | 0.22 | 0.25 | 0 | 0.05 | 247 | 0.68 | 0.83 |
| Hex | BC | B5 | F1 | 16 | 19 | 0 | 5 | F7 | 44 | 53 |
| Octal | 274 | 265 | 361 | 26 | 31 | 0 | 5 | 367 | 104 | 123 |
| Binary | 10111100 | 10110101 | 11110001 | 10110 | 11001 | 0 | 101 | 11110111 | 1000100 | 1010011 |
Color Harmonies of #BCB5F1
Complementary color
Monochromatic Colors of #BCB5F1
Black with #BCB5F1
Text Example
Text Example
White with #BCB5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB5F1; }
p { color: rgb(188,181,241); }
H1.HeaderClassName
{
color: #BCB5F1;
}
.AnyTagClassName
{
color: #BCB5F1;
}
</style>
background-color css
<style>
a { background-color: #BCB5F1; }
a { background-color: rgb(188,181,241); }
div.DivClassName
{
background-color: #BCB5F1;
}
.BgClassName
{
background-color: #BCB5F1;
}
</style>
border-color css
<style>
span { border-color: #BCB5F1; }
span { border-color: rgb(188,181,241); }
td.TdClassName
{
border-color: #BCB5F1;
}
.TagClassName
{
border-color: #BCB5F1;
}
</style>