Shades of Melrose #BCABFE
Tints of Melrose #BCABFE
RGB
CMYK
RGB Variations
Color information
#BCABFE (or 0xBCABFE) is known color: Melrose. HEX triplet: BC, AB and FE. RGB value is (188,171,254). Sum of RGB (Red+Green+Blue) = 188+171+254=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCABFE is #435401. Grayscale: #B9B9B9. Windows color (decimal): -4412418 or 16690108. OLE color: 16690108.
HSL color Cylindrical-coordinate representation of color #BCABFE: hue angle of 252.29º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCABFE is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 171 | 254 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.00 |
| HSL | 252.29º | 0.98% | 0.83% | - |
| HSV(B) | 252.29º | 0.33% | 1% | - |
| XYZ | 53.19 | 46.97 | 100.03 | - |
| YUV | 185.55 | 166.63 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 254 | 0.26 | 0.33 | 0 | 0.00 | 252.29 | 0.98 | 0.83 |
| Hex | BC | AB | FE | 1A | 21 | 0 | 0 | FC | 62 | 53 |
| Octal | 274 | 253 | 376 | 32 | 41 | 0 | 0 | 374 | 142 | 123 |
| Binary | 10111100 | 10101011 | 11111110 | 11010 | 100001 | 0 | 0 | 11111100 | 1100010 | 1010011 |
Color Harmonies of #BCABFE
Complementary color
Monochromatic Colors of #BCABFE
Black with #BCABFE
Text Example
Text Example
White with #BCABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCABFE; }
p { color: rgb(188,171,254); }
H1.HeaderClassName
{
color: #BCABFE;
}
.AnyTagClassName
{
color: #BCABFE;
}
</style>
background-color css
<style>
a { background-color: #BCABFE; }
a { background-color: rgb(188,171,254); }
div.DivClassName
{
background-color: #BCABFE;
}
.BgClassName
{
background-color: #BCABFE;
}
</style>
border-color css
<style>
span { border-color: #BCABFE; }
span { border-color: rgb(188,171,254); }
td.TdClassName
{
border-color: #BCABFE;
}
.TagClassName
{
border-color: #BCABFE;
}
</style>