Shades of Melrose #BCB6F3
Tints of Melrose #BCB6F3
RGB
CMYK
RGB Variations
Color information
#BCB6F3 (or 0xBCB6F3) is known color: Melrose. HEX triplet: BC, B6 and F3. RGB value is (188,182,243). Sum of RGB (Red+Green+Blue) = 188+182+243=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 182 (71.48% from 255 or 29.69% from 613); Blue value is 243 (95.31% from 255 or 39.64% from 613); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCB6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB6F3 is #43490C. Grayscale: #BEBEBE. Windows color (decimal): -4409613 or 15972028. OLE color: 15972028.
HSL color Cylindrical-coordinate representation of color #BCB6F3: hue angle of 245.9º degrees, saturation: 0.72, 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 #BCB6F3 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 182 | 243 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.05 |
| HSL | 245.9º | 0.72% | 0.83% | - |
| HSV(B) | 245.9º | 0.25% | 0.95% | - |
| XYZ | 53.64 | 50.62 | 91.74 | - |
| YUV | 190.75 | 157.49 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 243 | 0.23 | 0.25 | 0 | 0.05 | 245.9 | 0.72 | 0.83 |
| Hex | BC | B6 | F3 | 17 | 19 | 0 | 5 | F6 | 48 | 53 |
| Octal | 274 | 266 | 363 | 27 | 31 | 0 | 5 | 366 | 110 | 123 |
| Binary | 10111100 | 10110110 | 11110011 | 10111 | 11001 | 0 | 101 | 11110110 | 1001000 | 1010011 |
Color Harmonies of #BCB6F3
Complementary color
Monochromatic Colors of #BCB6F3
Black with #BCB6F3
Text Example
Text Example
White with #BCB6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB6F3; }
p { color: rgb(188,182,243); }
H1.HeaderClassName
{
color: #BCB6F3;
}
.AnyTagClassName
{
color: #BCB6F3;
}
</style>
background-color css
<style>
a { background-color: #BCB6F3; }
a { background-color: rgb(188,182,243); }
div.DivClassName
{
background-color: #BCB6F3;
}
.BgClassName
{
background-color: #BCB6F3;
}
</style>
border-color css
<style>
span { border-color: #BCB6F3; }
span { border-color: rgb(188,182,243); }
td.TdClassName
{
border-color: #BCB6F3;
}
.TagClassName
{
border-color: #BCB6F3;
}
</style>