Shades of Melrose #BCB4E7
Tints of Melrose #BCB4E7
RGB
CMYK
RGB Variations
Color information
#BCB4E7 (or 0xBCB4E7) is known color: Melrose. HEX triplet: BC, B4 and E7. RGB value is (188,180,231). Sum of RGB (Red+Green+Blue) = 188+180+231=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 180 (70.70% from 255 or 30.05% from 599); Blue value is 231 (90.62% from 255 or 38.56% from 599); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCB4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB4E7 is #434B18. Grayscale: #BCBCBC. Windows color (decimal): -4410137 or 15185084. OLE color: 15185084.
HSL color Cylindrical-coordinate representation of color #BCB4E7: hue angle of 249.41º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCB4E7 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 180 | 231 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.09 |
| HSL | 249.41º | 0.52% | 0.81% | - |
| HSV(B) | 249.41º | 0.22% | 0.91% | - |
| XYZ | 51.48 | 49.1 | 82.37 | - |
| YUV | 188.21 | 152.15 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 231 | 0.19 | 0.22 | 0 | 0.09 | 249.41 | 0.52 | 0.81 |
| Hex | BC | B4 | E7 | 13 | 16 | 0 | 9 | F9 | 34 | 51 |
| Octal | 274 | 264 | 347 | 23 | 26 | 0 | 11 | 371 | 64 | 121 |
| Binary | 10111100 | 10110100 | 11100111 | 10011 | 10110 | 0 | 1001 | 11111001 | 110100 | 1010001 |
Color Harmonies of #BCB4E7
Complementary color
Monochromatic Colors of #BCB4E7
Black with #BCB4E7
Text Example
Text Example
White with #BCB4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB4E7; }
p { color: rgb(188,180,231); }
H1.HeaderClassName
{
color: #BCB4E7;
}
.AnyTagClassName
{
color: #BCB4E7;
}
</style>
background-color css
<style>
a { background-color: #BCB4E7; }
a { background-color: rgb(188,180,231); }
div.DivClassName
{
background-color: #BCB4E7;
}
.BgClassName
{
background-color: #BCB4E7;
}
</style>
border-color css
<style>
span { border-color: #BCB4E7; }
span { border-color: rgb(188,180,231); }
td.TdClassName
{
border-color: #BCB4E7;
}
.TagClassName
{
border-color: #BCB4E7;
}
</style>