Shades of Melrose #BCB4F2
Tints of Melrose #BCB4F2
RGB
CMYK
RGB Variations
Color information
#BCB4F2 (or 0xBCB4F2) is known color: Melrose. HEX triplet: BC, B4 and F2. RGB value is (188,180,242). Sum of RGB (Red+Green+Blue) = 188+180+242=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 180 (70.70% from 255 or 29.51% from 610); Blue value is 242 (94.92% from 255 or 39.67% from 610); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCB4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB4F2 is #434B0D. Grayscale: #BDBDBD. Windows color (decimal): -4410126 or 15905980. OLE color: 15905980.
HSL color Cylindrical-coordinate representation of color #BCB4F2: hue angle of 247.74º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCB4F2 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 180 | 242 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.05 |
| HSL | 247.74º | 0.7% | 0.83% | - |
| HSV(B) | 247.74º | 0.26% | 0.95% | - |
| XYZ | 53.09 | 49.74 | 90.81 | - |
| YUV | 189.46 | 157.65 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 242 | 0.22 | 0.26 | 0 | 0.05 | 247.74 | 0.7 | 0.83 |
| Hex | BC | B4 | F2 | 16 | 1A | 0 | 5 | F8 | 46 | 53 |
| Octal | 274 | 264 | 362 | 26 | 32 | 0 | 5 | 370 | 106 | 123 |
| Binary | 10111100 | 10110100 | 11110010 | 10110 | 11010 | 0 | 101 | 11111000 | 1000110 | 1010011 |
Color Harmonies of #BCB4F2
Complementary color
Monochromatic Colors of #BCB4F2
Black with #BCB4F2
Text Example
Text Example
White with #BCB4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB4F2; }
p { color: rgb(188,180,242); }
H1.HeaderClassName
{
color: #BCB4F2;
}
.AnyTagClassName
{
color: #BCB4F2;
}
</style>
background-color css
<style>
a { background-color: #BCB4F2; }
a { background-color: rgb(188,180,242); }
div.DivClassName
{
background-color: #BCB4F2;
}
.BgClassName
{
background-color: #BCB4F2;
}
</style>
border-color css
<style>
span { border-color: #BCB4F2; }
span { border-color: rgb(188,180,242); }
td.TdClassName
{
border-color: #BCB4F2;
}
.TagClassName
{
border-color: #BCB4F2;
}
</style>